Html Css Color HEX #FCAE3C Yellow Orange

📋 copy color: '#FCAE3C'

red 252 ◦ green 174 ◦ blue 60

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

Shades of Yellow Orange #FCAE3C

Tints of Yellow Orange #FCAE3C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.8%

 BLUE value IS 60 (23.83% from 255) = 12.35%

R = 51.85%
G = 35.8%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCAE3C (or 0xFCAE3C) is known color: Yellow Orange. HEX triplet: FC, AE and 3C. RGB value is (252,174,60). Sum of RGB (Red+Green+Blue) = 252+174+60=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAE3C is #0351C3. Grayscale: #B8B8B8. Windows color (decimal): -217540 or 3976956. OLE color: 3976956.

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

Color convert

RGB 252 174 60 -
CMYK 0 0.31 0.76 0.01
HSL 35.63º 0.97% 0.61% -
HSV(B) 35.63º 0.76% 0.99% -
XYZ 56.1 51.29 11.22 -
YUV 184.33 57.84 176.27 -
System Red Green Blue C M Y K H S L
Decimal 252 174 60 0 0.31 0.76 0.01 35.63 0.97 0.61
Hex FC AE 3C 0 1F 4C 1 24 61 3D
Octal 374 256 74 0 37 114 1 44 141 75
Binary 11111100 10101110 111100 0 11111 1001100 1 100100 1100001 111101

Color Harmonies of #FCAE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAE3C

Black with #FCAE3C

Text Example


Text Example

White with #FCAE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAE3C; }

 p { color: rgb(252,174,60); }

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

background-color css

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

 a { background-color: rgb(252,174,60); }

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

border-color css

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

 span { border-color: rgb(252,174,60); }

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