Html Css Color HEX #FCAC3A Yellow Orange

📋 copy color: '#FCAC3A'

red 252 ◦ green 172 ◦ blue 58

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

Shades of Yellow Orange #FCAC3A

Tints of Yellow Orange #FCAC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.03%

R = 52.28%
G = 35.68%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCAC3A (or 0xFCAC3A) is known color: Yellow Orange. HEX triplet: FC, AC and 3A. RGB value is (252,172,58). Sum of RGB (Red+Green+Blue) = 252+172+58=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 58 (23.05% from 255 or 12.03% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC3A is #0353C5. Grayscale: #B7B7B7. Windows color (decimal): -218054 or 3845372. OLE color: 3845372.

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

Color convert

RGB 252 172 58 -
CMYK 0 0.32 0.77 0.01
HSL 35.26º 0.97% 0.61% -
HSV(B) 35.26º 0.77% 0.99% -
XYZ 55.66 50.51 10.82 -
YUV 182.92 57.5 177.27 -
System Red Green Blue C M Y K H S L
Decimal 252 172 58 0 0.32 0.77 0.01 35.26 0.97 0.61
Hex FC AC 3A 0 20 4D 1 23 61 3D
Octal 374 254 72 0 40 115 1 43 141 75
Binary 11111100 10101100 111010 0 100000 1001101 1 100011 1100001 111101

Color Harmonies of #FCAC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC3A

Black with #FCAC3A

Text Example


Text Example

White with #FCAC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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