Html Css Color HEX #FB7E2A Burnt Orange

📋 copy color: '#FB7E2A'

red 251 ◦ green 126 ◦ blue 42

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

Shades of Burnt Orange #FB7E2A

Tints of Burnt Orange #FB7E2A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

 BLUE value IS 42 (16.8% from 255) = 10.02%

R = 59.9%
G = 30.07%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB7E2A (or 0xFB7E2A) is known color: Burnt Orange. HEX triplet: FB, 7E and 2A. RGB value is (251,126,42). Sum of RGB (Red+Green+Blue) = 251+126+42=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7E2A is #0481D5. Grayscale: #9A9A9A. Windows color (decimal): -295382 or 2785019. OLE color: 2785019.

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

Color convert

RGB 251 126 42 -
CMYK 0 0.50 0.83 0.02
HSL 24.11º 0.96% 0.57% -
HSV(B) 24.11º 0.83% 0.98% -
XYZ 47.66 35.6 6.55 -
YUV 153.8 64.91 197.33 -
System Red Green Blue C M Y K H S L
Decimal 251 126 42 0 0.50 0.83 0.02 24.11 0.96 0.57
Hex FB 7E 2A 0 32 53 2 18 60 39
Octal 373 176 52 0 62 123 2 30 140 71
Binary 11111011 1111110 101010 0 110010 1010011 10 11000 1100000 111001

Color Harmonies of #FB7E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7E2A

Black with #FB7E2A

Text Example


Text Example

White with #FB7E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7E2A; }

 p { color: rgb(251,126,42); }

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

background-color css

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

 a { background-color: rgb(251,126,42); }

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

border-color css

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

 span { border-color: rgb(251,126,42); }

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