Html Css Color HEX #FDAF04 Orange

📋 copy color: '#FDAF04'

red 253 ◦ green 175 ◦ blue 4

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

Shades of Orange #FDAF04

Tints of Orange #FDAF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 58.56%
G = 40.51%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDAF04 (or 0xFDAF04) is known color: Orange. HEX triplet: FD, AF and 04. RGB value is (253,175,4). Sum of RGB (Red+Green+Blue) = 253+175+4=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 4 (1.95% from 255 or 0.93% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAF04 is #0250FB. Grayscale: #B3B3B3. Windows color (decimal): -151804 or 307197. OLE color: 307197.

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

Color convert

RGB 253 175 4 -
CMYK 0 0.31 0.98 0.01
HSL 41.2º 0.98% 0.5% -
HSV(B) 41.2º 0.98% 0.99% -
XYZ 55.86 51.55 7.12 -
YUV 178.83 29.34 180.9 -
System Red Green Blue C M Y K H S L
Decimal 253 175 4 0 0.31 0.98 0.01 41.2 0.98 0.5
Hex FD AF 4 0 1F 62 1 29 62 32
Octal 375 257 4 0 37 142 1 51 142 62
Binary 11111101 10101111 100 0 11111 1100010 1 101001 1100010 110010

Color Harmonies of #FDAF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAF04

Black with #FDAF04

Text Example


Text Example

White with #FDAF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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