Html Css Color HEX #FDA306 Orange

📋 copy color: '#FDA306'

red 253 ◦ green 163 ◦ blue 6

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

Shades of Orange #FDA306

Tints of Orange #FDA306

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.63%

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

R = 59.95%
G = 38.63%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDA306 (or 0xFDA306) is known color: Orange. HEX triplet: FD, A3 and 06. RGB value is (253,163,6). Sum of RGB (Red+Green+Blue) = 253+163+6=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA306 is #025CF9. Grayscale: #ACACAC. Windows color (decimal): -154874 or 435197. OLE color: 435197.

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

Color convert

RGB 253 163 6 -
CMYK 0 0.36 0.98 0.01
HSL 38.14º 0.98% 0.51% -
HSV(B) 38.14º 0.98% 0.99% -
XYZ 53.64 47.09 6.43 -
YUV 172.01 34.32 185.77 -
System Red Green Blue C M Y K H S L
Decimal 253 163 6 0 0.36 0.98 0.01 38.14 0.98 0.51
Hex FD A3 6 0 24 62 1 26 62 33
Octal 375 243 6 0 44 142 1 46 142 63
Binary 11111101 10100011 110 0 100100 1100010 1 100110 1100010 110011

Color Harmonies of #FDA306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA306

Black with #FDA306

Text Example


Text Example

White with #FDA306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA306; }

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

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

background-color css

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

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

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

border-color css

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

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

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