Html Css Color HEX #FD7F30 Burnt Orange

📋 copy color: '#FD7F30'

red 253 ◦ green 127 ◦ blue 48

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

Shades of Burnt Orange #FD7F30

Tints of Burnt Orange #FD7F30

RGB

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

 GREEN value IS 127 (50% from 255) = 29.67%

 BLUE value IS 48 (19.14% from 255) = 11.21%

R = 59.11%
G = 29.67%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD7F30 (or 0xFD7F30) is known color: Burnt Orange. HEX triplet: FD, 7F and 30. RGB value is (253,127,48). Sum of RGB (Red+Green+Blue) = 253+127+48=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7F30 is #0280CF. Grayscale: #9C9C9C. Windows color (decimal): -164048 or 3178493. OLE color: 3178493.

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

Color convert

RGB 253 127 48 -
CMYK 0 0.50 0.81 0.01
HSL 23.12º 0.98% 0.59% -
HSV(B) 23.12º 0.81% 0.99% -
XYZ 48.63 36.27 7.23 -
YUV 155.67 67.24 197.42 -
System Red Green Blue C M Y K H S L
Decimal 253 127 48 0 0.50 0.81 0.01 23.12 0.98 0.59
Hex FD 7F 30 0 32 51 1 17 62 3B
Octal 375 177 60 0 62 121 1 27 142 73
Binary 11111101 1111111 110000 0 110010 1010001 1 10111 1100010 111011

Color Harmonies of #FD7F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7F30

Black with #FD7F30

Text Example


Text Example

White with #FD7F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7F30; }

 p { color: rgb(253,127,48); }

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

background-color css

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

 a { background-color: rgb(253,127,48); }

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

border-color css

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

 span { border-color: rgb(253,127,48); }

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