Html Css Color HEX #FDA507 Orange

📋 copy color: '#FDA507'

red 253 ◦ green 165 ◦ blue 7

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

Shades of Orange #FDA507

Tints of Orange #FDA507

RGB

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

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

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

R = 59.53%
G = 38.82%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDA507 (or 0xFDA507) is known color: Orange. HEX triplet: FD, A5 and 07. RGB value is (253,165,7). Sum of RGB (Red+Green+Blue) = 253+165+7=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 7 (3.12% from 255 or 1.65% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA507 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA507 is #025AF8. Grayscale: #AEAEAE. Windows color (decimal): -154361 or 501245. OLE color: 501245.

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

Color convert

RGB 253 165 7 -
CMYK 0 0.35 0.97 0.01
HSL 38.54º 0.98% 0.51% -
HSV(B) 38.54º 0.97% 0.99% -
XYZ 54 47.81 6.58 -
YUV 173.3 34.15 184.85 -
System Red Green Blue C M Y K H S L
Decimal 253 165 7 0 0.35 0.97 0.01 38.54 0.98 0.51
Hex FD A5 7 0 23 61 1 27 62 33
Octal 375 245 7 0 43 141 1 47 142 63
Binary 11111101 10100101 111 0 100011 1100001 1 100111 1100010 110011

Color Harmonies of #FDA507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA507

Black with #FDA507

Text Example


Text Example

White with #FDA507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA507; }

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

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

background-color css

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

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

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

border-color css

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

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

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