Html Css Color HEX #FCB816 Dark Tangerine

📋 copy color: '#FCB816'

red 252 ◦ green 184 ◦ blue 22

#FCB816
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Tangerine #FCB816

Tints of Dark Tangerine #FCB816

RGB

 RED value IS 252 (98.83% from 255) = 55.02%

 GREEN value IS 184 (72.27% from 255) = 40.17%

 BLUE value IS 22 (8.98% from 255) = 4.8%

R = 55.02%
G = 40.17%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCB816 (or 0xFCB816) is known color: Dark Tangerine. HEX triplet: FC, B8 and 16. RGB value is (252,184,22). Sum of RGB (Red+Green+Blue) = 252+184+22=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB816 is #0347E9. Grayscale: #BABABA. Windows color (decimal): -215018 or 1489148. OLE color: 1489148.

HSL color Cylindrical-coordinate representation of color #FCB816: hue angle of 42.26º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCB816 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 184 22 -
CMYK 0 0.27 0.91 0.01
HSL 42.26º 0.97% 0.54% -
HSV(B) 42.26º 0.91% 0.99% -
XYZ 57.43 55.03 8.35 -
YUV 185.86 35.53 175.17 -
System Red Green Blue C M Y K H S L
Decimal 252 184 22 0 0.27 0.91 0.01 42.26 0.97 0.54
Hex FC B8 16 0 1B 5B 1 2A 61 36
Octal 374 270 26 0 33 133 1 52 141 66
Binary 11111100 10111000 10110 0 11011 1011011 1 101010 1100001 110110

Color Harmonies of #FCB816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB816

Black with #FCB816

Text Example


Text Example

White with #FCB816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB816; }

 p { color: rgb(252,184,22); }

 H1.HeaderClassName
 {
   color: #FCB816;
 }
 .AnyTagClassName
 {
   color: #FCB816;
 }
</style>

background-color css

<style>
 a { background-color: #FCB816; }

 a { background-color: rgb(252,184,22); }

 div.DivClassName
 {
   background-color: #FCB816;
 }
 .BgClassName
 {
   background-color: #FCB816;
 }
</style>

border-color css

<style>
 span { border-color: #FCB816; }

 span { border-color: rgb(252,184,22); }

 td.TdClassName
 {
   border-color: #FCB816;
 }
 .TagClassName
 {
   border-color: #FCB816;
 }
</style>