Html Css Color HEX #FCAF01 Orange

📋 copy color: '#FCAF01'

red 252 ◦ green 175 ◦ blue 1

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

Shades of Orange #FCAF01

Tints of Orange #FCAF01

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.89%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 58.88%
G = 40.89%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCAF01 (or 0xFCAF01) is known color: Orange. HEX triplet: FC, AF and 01. RGB value is (252,175,1). Sum of RGB (Red+Green+Blue) = 252+175+1=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 1 (0.78% from 255 or 0.23% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAF01 is #0350FE. Grayscale: #B2B2B2. Windows color (decimal): -217343 or 110588. OLE color: 110588.

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

Color convert

RGB 252 175 1 -
CMYK 0 0.31 1.00 0.01
HSL 41.59º 0.99% 0.5% -
HSV(B) 41.59º 1% 0.99% -
XYZ 55.48 51.36 7.02 -
YUV 178.19 28.01 180.65 -
System Red Green Blue C M Y K H S L
Decimal 252 175 1 0 0.31 1.00 0.01 41.59 0.99 0.5
Hex FC AF 1 0 1F 64 1 2A 63 32
Octal 374 257 1 0 37 144 1 52 143 62
Binary 11111100 10101111 1 0 11111 1100100 1 101010 1100011 110010

Color Harmonies of #FCAF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF01

Black with #FCAF01

Text Example


Text Example

White with #FCAF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF01; }

 p { color: rgb(252,175,1); }

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

background-color css

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

 a { background-color: rgb(252,175,1); }

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

border-color css

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

 span { border-color: rgb(252,175,1); }

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