Html Css Color HEX #FD8A07 Dark Orange

📋 copy color: '#FD8A07'

red 253 ◦ green 138 ◦ blue 7

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

Shades of Dark Orange #FD8A07

Tints of Dark Orange #FD8A07

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.67%

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

R = 63.57%
G = 34.67%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FD8A07 (or 0xFD8A07) is known color: Dark Orange. HEX triplet: FD, 8A and 07. RGB value is (253,138,7). Sum of RGB (Red+Green+Blue) = 253+138+7=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8A07 is #0275F8. Grayscale: #9E9E9E. Windows color (decimal): -161273 or 494333. OLE color: 494333.

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

Color convert

RGB 253 138 7 -
CMYK 0 0.45 0.97 0.01
HSL 31.95º 0.98% 0.51% -
HSV(B) 31.95º 0.97% 0.99% -
XYZ 49.63 39.07 5.13 -
YUV 157.45 43.1 196.15 -
System Red Green Blue C M Y K H S L
Decimal 253 138 7 0 0.45 0.97 0.01 31.95 0.98 0.51
Hex FD 8A 7 0 2D 61 1 20 62 33
Octal 375 212 7 0 55 141 1 40 142 63
Binary 11111101 10001010 111 0 101101 1100001 1 100000 1100010 110011

Color Harmonies of #FD8A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8A07

Black with #FD8A07

Text Example


Text Example

White with #FD8A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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