Html Css Color HEX #FCB812 Dark Tangerine

📋 copy color: '#FCB812'

red 252 ◦ green 184 ◦ blue 18

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

Shades of Dark Tangerine #FCB812

Tints of Dark Tangerine #FCB812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.96%

R = 55.51%
G = 40.53%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCB812 (or 0xFCB812) is known color: Dark Tangerine. HEX triplet: FC, B8 and 12. RGB value is (252,184,18). Sum of RGB (Red+Green+Blue) = 252+184+18=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB812 is #0347ED. Grayscale: #BABABA. Windows color (decimal): -215022 or 1227004. OLE color: 1227004.

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

Color convert

RGB 252 184 18 -
CMYK 0 0.27 0.93 0.01
HSL 42.56º 0.98% 0.53% -
HSV(B) 42.56º 0.93% 0.99% -
XYZ 57.39 55.02 8.17 -
YUV 185.41 33.53 175.5 -
System Red Green Blue C M Y K H S L
Decimal 252 184 18 0 0.27 0.93 0.01 42.56 0.98 0.53
Hex FC B8 12 0 1B 5D 1 2B 62 35
Octal 374 270 22 0 33 135 1 53 142 65
Binary 11111100 10111000 10010 0 11011 1011101 1 101011 1100010 110101

Color Harmonies of #FCB812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB812

Black with #FCB812

Text Example


Text Example

White with #FCB812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB812; }

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

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

background-color css

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

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

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

border-color css

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

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

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