Html Css Color HEX #FDA406 Orange

📋 copy color: '#FDA406'

red 253 ◦ green 164 ◦ blue 6

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

Shades of Orange #FDA406

Tints of Orange #FDA406

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.77%

 BLUE value IS 6 (2.73% from 255) = 1.42%

R = 59.81%
G = 38.77%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDA406 (or 0xFDA406) is known color: Orange. HEX triplet: FD, A4 and 06. RGB value is (253,164,6). Sum of RGB (Red+Green+Blue) = 253+164+6=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA406 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA406 is #025BF9. Grayscale: #ADADAD. Windows color (decimal): -154618 or 435453. OLE color: 435453.

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

Color convert

RGB 253 164 6 -
CMYK 0 0.35 0.98 0.01
HSL 38.38º 0.98% 0.51% -
HSV(B) 38.38º 0.98% 0.99% -
XYZ 53.82 47.45 6.49 -
YUV 172.6 33.99 185.35 -
System Red Green Blue C M Y K H S L
Decimal 253 164 6 0 0.35 0.98 0.01 38.38 0.98 0.51
Hex FD A4 6 0 23 62 1 26 62 33
Octal 375 244 6 0 43 142 1 46 142 63
Binary 11111101 10100100 110 0 100011 1100010 1 100110 1100010 110011

Color Harmonies of #FDA406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA406

Black with #FDA406

Text Example


Text Example

White with #FDA406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA406; }

 p { color: rgb(253,164,6); }

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

background-color css

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

 a { background-color: rgb(253,164,6); }

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

border-color css

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

 span { border-color: rgb(253,164,6); }

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