Html Css Color HEX #FCAC3F Yellow Orange

📋 copy color: '#FCAC3F'

red 252 ◦ green 172 ◦ blue 63

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

Shades of Yellow Orange #FCAC3F

Tints of Yellow Orange #FCAC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.94%

R = 51.75%
G = 35.32%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCAC3F (or 0xFCAC3F) is known color: Yellow Orange. HEX triplet: FC, AC and 3F. RGB value is (252,172,63). Sum of RGB (Red+Green+Blue) = 252+172+63=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 63 (25% from 255 or 12.94% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC3F is #0353C0. Grayscale: #B8B8B8. Windows color (decimal): -218049 or 4173052. OLE color: 4173052.

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

Color convert

RGB 252 172 63 -
CMYK 0 0.32 0.75 0.01
HSL 34.6º 0.97% 0.62% -
HSV(B) 34.6º 0.75% 0.99% -
XYZ 55.79 50.56 11.52 -
YUV 183.49 60 176.86 -
System Red Green Blue C M Y K H S L
Decimal 252 172 63 0 0.32 0.75 0.01 34.6 0.97 0.62
Hex FC AC 3F 0 20 4B 1 23 61 3E
Octal 374 254 77 0 40 113 1 43 141 76
Binary 11111100 10101100 111111 0 100000 1001011 1 100011 1100001 111110

Color Harmonies of #FCAC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC3F

Black with #FCAC3F

Text Example


Text Example

White with #FCAC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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