Html Css Color HEX #FCB242 Yellow Orange

📋 copy color: '#FCB242'

red 252 ◦ green 178 ◦ blue 66

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

Shades of Yellow Orange #FCB242

Tints of Yellow Orange #FCB242

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.89%

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

R = 50.81%
G = 35.89%
B = 13.31%

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

#FCB242 (or 0xFCB242) is known color: Yellow Orange. HEX triplet: FC, B2 and 42. RGB value is (252,178,66). Sum of RGB (Red+Green+Blue) = 252+178+66=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB242 is #034DBD. Grayscale: #BBBBBB. Windows color (decimal): -216510 or 4371196. OLE color: 4371196.

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

Color convert

RGB 252 178 66 -
CMYK 0 0.29 0.74 0.01
HSL 36.13º 0.97% 0.62% -
HSV(B) 36.13º 0.74% 0.99% -
XYZ 57.05 52.93 12.36 -
YUV 187.36 59.52 174.11 -
System Red Green Blue C M Y K H S L
Decimal 252 178 66 0 0.29 0.74 0.01 36.13 0.97 0.62
Hex FC B2 42 0 1D 4A 1 24 61 3E
Octal 374 262 102 0 35 112 1 44 141 76
Binary 11111100 10110010 1000010 0 11101 1001010 1 100100 1100001 111110

Color Harmonies of #FCB242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB242

Black with #FCB242

Text Example


Text Example

White with #FCB242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB242; }

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

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

background-color css

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

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

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

border-color css

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

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

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