Html Css Color HEX #FCAB3C Yellow Orange

📋 copy color: '#FCAB3C'

red 252 ◦ green 171 ◦ blue 60

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

Shades of Yellow Orange #FCAB3C

Tints of Yellow Orange #FCAB3C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.4%

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

R = 52.17%
G = 35.4%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCAB3C (or 0xFCAB3C) is known color: Yellow Orange. HEX triplet: FC, AB and 3C. RGB value is (252,171,60). Sum of RGB (Red+Green+Blue) = 252+171+60=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 60 (23.83% from 255 or 12.42% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB3C is #0354C3. Grayscale: #B7B7B7. Windows color (decimal): -218308 or 3976188. OLE color: 3976188.

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

Color convert

RGB 252 171 60 -
CMYK 0 0.32 0.76 0.01
HSL 34.69º 0.97% 0.61% -
HSV(B) 34.69º 0.76% 0.99% -
XYZ 55.52 50.15 11.03 -
YUV 182.57 58.84 177.53 -
System Red Green Blue C M Y K H S L
Decimal 252 171 60 0 0.32 0.76 0.01 34.69 0.97 0.61
Hex FC AB 3C 0 20 4C 1 23 61 3D
Octal 374 253 74 0 40 114 1 43 141 75
Binary 11111100 10101011 111100 0 100000 1001100 1 100011 1100001 111101

Color Harmonies of #FCAB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB3C

Black with #FCAB3C

Text Example


Text Example

White with #FCAB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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