Html Css Color HEX #FB7D30 Burnt Orange

📋 copy color: '#FB7D30'

red 251 ◦ green 125 ◦ blue 48

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

Shades of Burnt Orange #FB7D30

Tints of Burnt Orange #FB7D30

RGB

 RED value IS 251 (98.44% from 255) = 59.2%

 GREEN value IS 125 (49.22% from 255) = 29.48%

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

R = 59.2%
G = 29.48%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB7D30 (or 0xFB7D30) is known color: Burnt Orange. HEX triplet: FB, 7D and 30. RGB value is (251,125,48). Sum of RGB (Red+Green+Blue) = 251+125+48=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7D30 is #0482CF. Grayscale: #9A9A9A. Windows color (decimal): -295632 or 3177979. OLE color: 3177979.

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

Color convert

RGB 251 125 48 -
CMYK 0 0.50 0.81 0.02
HSL 22.76º 0.96% 0.59% -
HSV(B) 22.76º 0.81% 0.98% -
XYZ 47.65 35.39 7.12 -
YUV 153.9 68.24 197.26 -
System Red Green Blue C M Y K H S L
Decimal 251 125 48 0 0.50 0.81 0.02 22.76 0.96 0.59
Hex FB 7D 30 0 32 51 2 17 60 3B
Octal 373 175 60 0 62 121 2 27 140 73
Binary 11111011 1111101 110000 0 110010 1010001 10 10111 1100000 111011

Color Harmonies of #FB7D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7D30

Black with #FB7D30

Text Example


Text Example

White with #FB7D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7D30; }

 p { color: rgb(251,125,48); }

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

background-color css

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

 a { background-color: rgb(251,125,48); }

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

border-color css

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

 span { border-color: rgb(251,125,48); }

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