Html Css Color HEX #FDA607 Orange

📋 copy color: '#FDA607'

red 253 ◦ green 166 ◦ blue 7

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

Shades of Orange #FDA607

Tints of Orange #FDA607

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.97%

 BLUE value IS 7 (3.13% from 255) = 1.64%

R = 59.39%
G = 38.97%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDA607 (or 0xFDA607) is known color: Orange. HEX triplet: FD, A6 and 07. RGB value is (253,166,7). Sum of RGB (Red+Green+Blue) = 253+166+7=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA607 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA607 is #0259F8. Grayscale: #AEAEAE. Windows color (decimal): -154105 or 501501. OLE color: 501501.

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

Color convert

RGB 253 166 7 -
CMYK 0 0.34 0.97 0.01
HSL 38.78º 0.98% 0.51% -
HSV(B) 38.78º 0.97% 0.99% -
XYZ 54.18 48.17 6.64 -
YUV 173.89 33.82 184.43 -
System Red Green Blue C M Y K H S L
Decimal 253 166 7 0 0.34 0.97 0.01 38.78 0.98 0.51
Hex FD A6 7 0 22 61 1 27 62 33
Octal 375 246 7 0 42 141 1 47 142 63
Binary 11111101 10100110 111 0 100010 1100001 1 100111 1100010 110011

Color Harmonies of #FDA607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA607

Black with #FDA607

Text Example


Text Example

White with #FDA607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA607; }

 p { color: rgb(253,166,7); }

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

background-color css

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

 a { background-color: rgb(253,166,7); }

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

border-color css

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

 span { border-color: rgb(253,166,7); }

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