Html Css Color HEX #FD8F06 Dark Orange

📋 copy color: '#FD8F06'

red 253 ◦ green 143 ◦ blue 6

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

Shades of Dark Orange #FD8F06

Tints of Dark Orange #FD8F06

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

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

R = 62.94%
G = 35.57%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FD8F06 (or 0xFD8F06) is known color: Dark Orange. HEX triplet: FD, 8F and 06. RGB value is (253,143,6). Sum of RGB (Red+Green+Blue) = 253+143+6=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 6 (2.73% from 255 or 1.49% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8F06 is #0270F9. Grayscale: #A0A0A0. Windows color (decimal): -159994 or 430077. OLE color: 430077.

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

Color convert

RGB 253 143 6 -
CMYK 0 0.43 0.98 0.01
HSL 33.28º 0.98% 0.51% -
HSV(B) 33.28º 0.98% 0.99% -
XYZ 50.36 40.54 5.34 -
YUV 160.27 40.94 194.14 -
System Red Green Blue C M Y K H S L
Decimal 253 143 6 0 0.43 0.98 0.01 33.28 0.98 0.51
Hex FD 8F 6 0 2B 62 1 21 62 33
Octal 375 217 6 0 53 142 1 41 142 63
Binary 11111101 10001111 110 0 101011 1100010 1 100001 1100010 110011

Color Harmonies of #FD8F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8F06

Black with #FD8F06

Text Example


Text Example

White with #FD8F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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