Html Css Color HEX #FCB442 Yellow Orange

📋 copy color: '#FCB442'

red 252 ◦ green 180 ◦ blue 66

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

Shades of Yellow Orange #FCB442

Tints of Yellow Orange #FCB442

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.14%

 BLUE value IS 66 (26.17% from 255) = 13.25%

R = 50.6%
G = 36.14%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCB442 (or 0xFCB442) is known color: Yellow Orange. HEX triplet: FC, B4 and 42. RGB value is (252,180,66). Sum of RGB (Red+Green+Blue) = 252+180+66=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB442 is #034BBD. Grayscale: #BDBDBD. Windows color (decimal): -215998 or 4371708. OLE color: 4371708.

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

Color convert

RGB 252 180 66 -
CMYK 0 0.29 0.74 0.01
HSL 36.77º 0.97% 0.62% -
HSV(B) 36.77º 0.74% 0.99% -
XYZ 57.45 53.73 12.5 -
YUV 188.53 58.85 173.27 -
System Red Green Blue C M Y K H S L
Decimal 252 180 66 0 0.29 0.74 0.01 36.77 0.97 0.62
Hex FC B4 42 0 1D 4A 1 25 61 3E
Octal 374 264 102 0 35 112 1 45 141 76
Binary 11111100 10110100 1000010 0 11101 1001010 1 100101 1100001 111110

Color Harmonies of #FCB442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB442

Black with #FCB442

Text Example


Text Example

White with #FCB442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB442; }

 p { color: rgb(252,180,66); }

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

background-color css

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

 a { background-color: rgb(252,180,66); }

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

border-color css

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

 span { border-color: rgb(252,180,66); }

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