Html Css Color HEX #FB7428 Burnt Orange

📋 copy color: '#FB7428'

red 251 ◦ green 116 ◦ blue 40

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

Shades of Burnt Orange #FB7428

Tints of Burnt Orange #FB7428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.5%

 BLUE value IS 40 (16.02% from 255) = 9.83%

R = 61.67%
G = 28.5%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB7428 (or 0xFB7428) is known color: Burnt Orange. HEX triplet: FB, 74 and 28. RGB value is (251,116,40). Sum of RGB (Red+Green+Blue) = 251+116+40=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7428 is #048BD7. Grayscale: #949494. Windows color (decimal): -297944 or 2651387. OLE color: 2651387.

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

Color convert

RGB 251 116 40 -
CMYK 0 0.54 0.84 0.02
HSL 21.61º 0.96% 0.57% -
HSV(B) 21.61º 0.84% 0.98% -
XYZ 46.41 33.15 5.96 -
YUV 147.7 67.23 201.68 -
System Red Green Blue C M Y K H S L
Decimal 251 116 40 0 0.54 0.84 0.02 21.61 0.96 0.57
Hex FB 74 28 0 36 54 2 16 60 39
Octal 373 164 50 0 66 124 2 26 140 71
Binary 11111011 1110100 101000 0 110110 1010100 10 10110 1100000 111001

Color Harmonies of #FB7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7428

Black with #FB7428

Text Example


Text Example

White with #FB7428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7428; }

 p { color: rgb(251,116,40); }

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

background-color css

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

 a { background-color: rgb(251,116,40); }

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

border-color css

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

 span { border-color: rgb(251,116,40); }

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