Html Css Color HEX #FCB612 Dark Tangerine

📋 copy color: '#FCB612'

red 252 ◦ green 182 ◦ blue 18

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

Shades of Dark Tangerine #FCB612

Tints of Dark Tangerine #FCB612

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.27%

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

R = 55.75%
G = 40.27%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCB612 (or 0xFCB612) is known color: Dark Tangerine. HEX triplet: FC, B6 and 12. RGB value is (252,182,18). Sum of RGB (Red+Green+Blue) = 252+182+18=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB612 is #0349ED. Grayscale: #B8B8B8. Windows color (decimal): -215534 or 1226492. OLE color: 1226492.

HSL color Cylindrical-coordinate representation of color #FCB612: hue angle of 42.05º 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 #FCB612 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 182 18 -
CMYK 0 0.28 0.93 0.01
HSL 42.05º 0.98% 0.53% -
HSV(B) 42.05º 0.93% 0.99% -
XYZ 56.98 54.2 8.03 -
YUV 184.23 34.19 176.34 -
System Red Green Blue C M Y K H S L
Decimal 252 182 18 0 0.28 0.93 0.01 42.05 0.98 0.53
Hex FC B6 12 0 1C 5D 1 2A 62 35
Octal 374 266 22 0 34 135 1 52 142 65
Binary 11111100 10110110 10010 0 11100 1011101 1 101010 1100010 110101

Color Harmonies of #FCB612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB612

Black with #FCB612

Text Example


Text Example

White with #FCB612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB612; }

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

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

background-color css

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

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

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

border-color css

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

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

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