Html Css Color HEX #FB7529 Burnt Orange

📋 copy color: '#FB7529'

red 251 ◦ green 117 ◦ blue 41

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

Shades of Burnt Orange #FB7529

Tints of Burnt Orange #FB7529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.61%

 BLUE value IS 41 (16.41% from 255) = 10.02%

R = 61.37%
G = 28.61%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB7529 (or 0xFB7529) is known color: Burnt Orange. HEX triplet: FB, 75 and 29. RGB value is (251,117,41). Sum of RGB (Red+Green+Blue) = 251+117+41=409 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.37% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7529 is #048AD6. Grayscale: #949494. Windows color (decimal): -297687 or 2717179. OLE color: 2717179.

HSL color Cylindrical-coordinate representation of color #FB7529: hue angle of 21.71º 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 #FB7529 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 117 41 -
CMYK 0 0.53 0.84 0.02
HSL 21.71º 0.96% 0.57% -
HSV(B) 21.71º 0.84% 0.98% -
XYZ 46.55 33.39 6.09 -
YUV 148.4 67.39 201.18 -
System Red Green Blue C M Y K H S L
Decimal 251 117 41 0 0.53 0.84 0.02 21.71 0.96 0.57
Hex FB 75 29 0 35 54 2 16 60 39
Octal 373 165 51 0 65 124 2 26 140 71
Binary 11111011 1110101 101001 0 110101 1010100 10 10110 1100000 111001

Color Harmonies of #FB7529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7529

Black with #FB7529

Text Example


Text Example

White with #FB7529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7529; }

 p { color: rgb(251,117,41); }

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

background-color css

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

 a { background-color: rgb(251,117,41); }

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

border-color css

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

 span { border-color: rgb(251,117,41); }

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