Html Css Color HEX #FCB742 Yellow Orange

📋 copy color: '#FCB742'

red 252 ◦ green 183 ◦ blue 66

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

Shades of Yellow Orange #FCB742

Tints of Yellow Orange #FCB742

RGB

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

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

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

R = 50.3%
G = 36.53%
B = 13.17%

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

#FCB742 (or 0xFCB742) is known color: Yellow Orange. HEX triplet: FC, B7 and 42. RGB value is (252,183,66). Sum of RGB (Red+Green+Blue) = 252+183+66=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB742 is #0348BD. Grayscale: #BEBEBE. Windows color (decimal): -215230 or 4372476. OLE color: 4372476.

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

Color convert

RGB 252 183 66 -
CMYK 0 0.27 0.74 0.01
HSL 37.74º 0.97% 0.62% -
HSV(B) 37.74º 0.74% 0.99% -
XYZ 58.06 54.96 12.7 -
YUV 190.29 57.86 172.01 -
System Red Green Blue C M Y K H S L
Decimal 252 183 66 0 0.27 0.74 0.01 37.74 0.97 0.62
Hex FC B7 42 0 1B 4A 1 26 61 3E
Octal 374 267 102 0 33 112 1 46 141 76
Binary 11111100 10110111 1000010 0 11011 1001010 1 100110 1100001 111110

Color Harmonies of #FCB742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB742

Black with #FCB742

Text Example


Text Example

White with #FCB742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB742; }

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

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

background-color css

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

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

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

border-color css

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

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

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