Html Css Color HEX #FDAF01 Orange

📋 copy color: '#FDAF01'

red 253 ◦ green 175 ◦ blue 1

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

Shades of Orange #FDAF01

Tints of Orange #FDAF01

RGB

 RED value IS 253 (99.22% from 255) = 58.97%

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

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

R = 58.97%
G = 40.79%
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

#FDAF01 (or 0xFDAF01) is known color: Orange. HEX triplet: FD, AF and 01. RGB value is (253,175,1). Sum of RGB (Red+Green+Blue) = 253+175+1=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAF01 is #0250FE. Grayscale: #B3B3B3. Windows color (decimal): -151807 or 110589. OLE color: 110589.

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

Color convert

RGB 253 175 1 -
CMYK 0 0.31 1.00 0.01
HSL 41.43º 0.99% 0.5% -
HSV(B) 41.43º 1% 0.99% -
XYZ 55.84 51.54 7.03 -
YUV 178.49 27.84 181.15 -
System Red Green Blue C M Y K H S L
Decimal 253 175 1 0 0.31 1.00 0.01 41.43 0.99 0.5
Hex FD AF 1 0 1F 64 1 29 63 32
Octal 375 257 1 0 37 144 1 51 143 62
Binary 11111101 10101111 1 0 11111 1100100 1 101001 1100011 110010

Color Harmonies of #FDAF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAF01

Black with #FDAF01

Text Example


Text Example

White with #FDAF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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