Html Css Color HEX #FB7E2F Burnt Orange

📋 copy color: '#FB7E2F'

red 251 ◦ green 126 ◦ blue 47

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

Shades of Burnt Orange #FB7E2F

Tints of Burnt Orange #FB7E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.08%

R = 59.2%
G = 29.72%
B = 11.08%

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

#FB7E2F (or 0xFB7E2F) is known color: Burnt Orange. HEX triplet: FB, 7E and 2F. RGB value is (251,126,47). Sum of RGB (Red+Green+Blue) = 251+126+47=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 47 (18.75% from 255 or 11.08% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7E2F is #0481D0. Grayscale: #9A9A9A. Windows color (decimal): -295377 or 3112699. OLE color: 3112699.

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

Color convert

RGB 251 126 47 -
CMYK 0 0.50 0.81 0.02
HSL 23.24º 0.96% 0.58% -
HSV(B) 23.24º 0.81% 0.98% -
XYZ 47.76 35.64 7.05 -
YUV 154.37 67.41 196.92 -
System Red Green Blue C M Y K H S L
Decimal 251 126 47 0 0.50 0.81 0.02 23.24 0.96 0.58
Hex FB 7E 2F 0 32 51 2 17 60 3A
Octal 373 176 57 0 62 121 2 27 140 72
Binary 11111011 1111110 101111 0 110010 1010001 10 10111 1100000 111010

Color Harmonies of #FB7E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7E2F

Black with #FB7E2F

Text Example


Text Example

White with #FB7E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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