Html Css Color HEX #FCAC42 Yellow Orange

📋 copy color: '#FCAC42'

red 252 ◦ green 172 ◦ blue 66

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

Shades of Yellow Orange #FCAC42

Tints of Yellow Orange #FCAC42

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.1%

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

R = 51.43%
G = 35.1%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCAC42 (or 0xFCAC42) is known color: Yellow Orange. HEX triplet: FC, AC and 42. RGB value is (252,172,66). Sum of RGB (Red+Green+Blue) = 252+172+66=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC42 is #0353BD. Grayscale: #B8B8B8. Windows color (decimal): -218046 or 4369660. OLE color: 4369660.

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

Color convert

RGB 252 172 66 -
CMYK 0 0.32 0.74 0.01
HSL 34.19º 0.97% 0.62% -
HSV(B) 34.19º 0.74% 0.99% -
XYZ 55.88 50.59 11.97 -
YUV 183.84 61.5 176.62 -
System Red Green Blue C M Y K H S L
Decimal 252 172 66 0 0.32 0.74 0.01 34.19 0.97 0.62
Hex FC AC 42 0 20 4A 1 22 61 3E
Octal 374 254 102 0 40 112 1 42 141 76
Binary 11111100 10101100 1000010 0 100000 1001010 1 100010 1100001 111110

Color Harmonies of #FCAC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC42

Black with #FCAC42

Text Example


Text Example

White with #FCAC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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