Html Css Color HEX #FCB842 Yellow Orange

📋 copy color: '#FCB842'

red 252 ◦ green 184 ◦ blue 66

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

Shades of Yellow Orange #FCB842

Tints of Yellow Orange #FCB842

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.65%

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

R = 50.2%
G = 36.65%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCB842 (or 0xFCB842) is known color: Yellow Orange. HEX triplet: FC, B8 and 42. RGB value is (252,184,66). Sum of RGB (Red+Green+Blue) = 252+184+66=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 66 (26.17% from 255 or 13.15% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB842 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB842 is #0347BD. Grayscale: #BFBFBF. Windows color (decimal): -214974 or 4372732. OLE color: 4372732.

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

Color convert

RGB 252 184 66 -
CMYK 0 0.27 0.74 0.01
HSL 38.06º 0.97% 0.62% -
HSV(B) 38.06º 0.74% 0.99% -
XYZ 58.27 55.37 12.77 -
YUV 190.88 57.53 171.59 -
System Red Green Blue C M Y K H S L
Decimal 252 184 66 0 0.27 0.74 0.01 38.06 0.97 0.62
Hex FC B8 42 0 1B 4A 1 26 61 3E
Octal 374 270 102 0 33 112 1 46 141 76
Binary 11111100 10111000 1000010 0 11011 1001010 1 100110 1100001 111110

Color Harmonies of #FCB842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB842

Black with #FCB842

Text Example


Text Example

White with #FCB842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB842; }

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

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

background-color css

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

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

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

border-color css

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

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

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