Html Css Color HEX #FCB122 Dark Tangerine

📋 copy color: '#FCB122'

red 252 ◦ green 177 ◦ blue 34

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

Shades of Dark Tangerine #FCB122

Tints of Dark Tangerine #FCB122

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.23%

 BLUE value IS 34 (13.67% from 255) = 7.34%

R = 54.43%
G = 38.23%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCB122 (or 0xFCB122) is known color: Dark Tangerine. HEX triplet: FC, B1 and 22. RGB value is (252,177,34). Sum of RGB (Red+Green+Blue) = 252+177+34=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 34 (13.67% from 255 or 7.34% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB122 is #034EDD. Grayscale: #B7B7B7. Windows color (decimal): -216798 or 2273788. OLE color: 2273788.

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

Color convert

RGB 252 177 34 -
CMYK 0 0.30 0.87 0.01
HSL 39.36º 0.97% 0.56% -
HSV(B) 39.36º 0.87% 0.99% -
XYZ 56.16 52.26 8.64 -
YUV 183.12 43.85 177.13 -
System Red Green Blue C M Y K H S L
Decimal 252 177 34 0 0.30 0.87 0.01 39.36 0.97 0.56
Hex FC B1 22 0 1E 57 1 27 61 38
Octal 374 261 42 0 36 127 1 47 141 70
Binary 11111100 10110001 100010 0 11110 1010111 1 100111 1100001 111000

Color Harmonies of #FCB122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB122

Black with #FCB122

Text Example


Text Example

White with #FCB122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB122; }

 p { color: rgb(252,177,34); }

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

background-color css

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

 a { background-color: rgb(252,177,34); }

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

border-color css

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

 span { border-color: rgb(252,177,34); }

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