Html Css Color HEX #FCB712 Dark Tangerine

📋 copy color: '#FCB712'

red 252 ◦ green 183 ◦ blue 18

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

Shades of Dark Tangerine #FCB712

Tints of Dark Tangerine #FCB712

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.4%

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

R = 55.63%
G = 40.4%
B = 3.97%

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

#FCB712 (or 0xFCB712) is known color: Dark Tangerine. HEX triplet: FC, B7 and 12. RGB value is (252,183,18). Sum of RGB (Red+Green+Blue) = 252+183+18=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB712 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB712 is #0348ED. Grayscale: #B9B9B9. Windows color (decimal): -215278 or 1226748. OLE color: 1226748.

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

Color convert

RGB 252 183 18 -
CMYK 0 0.27 0.93 0.01
HSL 42.31º 0.98% 0.53% -
HSV(B) 42.31º 0.93% 0.99% -
XYZ 57.19 54.61 8.1 -
YUV 184.82 33.86 175.92 -
System Red Green Blue C M Y K H S L
Decimal 252 183 18 0 0.27 0.93 0.01 42.31 0.98 0.53
Hex FC B7 12 0 1B 5D 1 2A 62 35
Octal 374 267 22 0 33 135 1 52 142 65
Binary 11111100 10110111 10010 0 11011 1011101 1 101010 1100010 110101

Color Harmonies of #FCB712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB712

Black with #FCB712

Text Example


Text Example

White with #FCB712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB712; }

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

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

background-color css

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

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

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

border-color css

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

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

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