Html Css Color HEX #FCAB3A Yellow Orange

📋 copy color: '#FCAB3A'

red 252 ◦ green 171 ◦ blue 58

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

Shades of Yellow Orange #FCAB3A

Tints of Yellow Orange #FCAB3A

RGB

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

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

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

R = 52.39%
G = 35.55%
B = 12.06%

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

#FCAB3A (or 0xFCAB3A) is known color: Yellow Orange. HEX triplet: FC, AB and 3A. RGB value is (252,171,58). Sum of RGB (Red+Green+Blue) = 252+171+58=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 58 (23.05% from 255 or 12.06% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB3A is #0354C5. Grayscale: #B6B6B6. Windows color (decimal): -218310 or 3845116. OLE color: 3845116.

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

Color convert

RGB 252 171 58 -
CMYK 0 0.32 0.77 0.01
HSL 34.95º 0.97% 0.61% -
HSV(B) 34.95º 0.77% 0.99% -
XYZ 55.47 50.13 10.75 -
YUV 182.34 57.84 177.69 -
System Red Green Blue C M Y K H S L
Decimal 252 171 58 0 0.32 0.77 0.01 34.95 0.97 0.61
Hex FC AB 3A 0 20 4D 1 23 61 3D
Octal 374 253 72 0 40 115 1 43 141 75
Binary 11111100 10101011 111010 0 100000 1001101 1 100011 1100001 111101

Color Harmonies of #FCAB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB3A

Black with #FCAB3A

Text Example


Text Example

White with #FCAB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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