Html Css Color HEX #FDA506 Orange

📋 copy color: '#FDA506'

red 253 ◦ green 165 ◦ blue 6

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

Shades of Orange #FDA506

Tints of Orange #FDA506

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.92%

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

R = 59.67%
G = 38.92%
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

#FDA506 (or 0xFDA506) is known color: Orange. HEX triplet: FD, A5 and 06. RGB value is (253,165,6). Sum of RGB (Red+Green+Blue) = 253+165+6=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 6 (2.73% from 255 or 1.42% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA506 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA506 is #025AF9. Grayscale: #ADADAD. Windows color (decimal): -154362 or 435709. OLE color: 435709.

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

Color convert

RGB 253 165 6 -
CMYK 0 0.35 0.98 0.01
HSL 38.62º 0.98% 0.51% -
HSV(B) 38.62º 0.98% 0.99% -
XYZ 54 47.81 6.55 -
YUV 173.19 33.65 184.93 -
System Red Green Blue C M Y K H S L
Decimal 253 165 6 0 0.35 0.98 0.01 38.62 0.98 0.51
Hex FD A5 6 0 23 62 1 27 62 33
Octal 375 245 6 0 43 142 1 47 142 63
Binary 11111101 10100101 110 0 100011 1100010 1 100111 1100010 110011

Color Harmonies of #FDA506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA506

Black with #FDA506

Text Example


Text Example

White with #FDA506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA506; }

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

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

background-color css

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

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

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

border-color css

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

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

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