Html Css Color HEX #FB6F2B Burnt Orange

📋 copy color: '#FB6F2B'

red 251 ◦ green 111 ◦ blue 43

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

Shades of Burnt Orange #FB6F2B

Tints of Burnt Orange #FB6F2B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.41%

 BLUE value IS 43 (17.19% from 255) = 10.62%

R = 61.98%
G = 27.41%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB6F2B (or 0xFB6F2B) is known color: Burnt Orange. HEX triplet: FB, 6F and 2B. RGB value is (251,111,43). Sum of RGB (Red+Green+Blue) = 251+111+43=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6F2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6F2B is #0490D4. Grayscale: #919191. Windows color (decimal): -299221 or 2846715. OLE color: 2846715.

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

Color convert

RGB 251 111 43 -
CMYK 0 0.56 0.83 0.02
HSL 19.62º 0.96% 0.58% -
HSV(B) 19.62º 0.83% 0.98% -
XYZ 45.9 32.05 6.05 -
YUV 145.11 70.38 203.53 -
System Red Green Blue C M Y K H S L
Decimal 251 111 43 0 0.56 0.83 0.02 19.62 0.96 0.58
Hex FB 6F 2B 0 38 53 2 14 60 3A
Octal 373 157 53 0 70 123 2 24 140 72
Binary 11111011 1101111 101011 0 111000 1010011 10 10100 1100000 111010

Color Harmonies of #FB6F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6F2B

Black with #FB6F2B

Text Example


Text Example

White with #FB6F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6F2B; }

 p { color: rgb(251,111,43); }

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

background-color css

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

 a { background-color: rgb(251,111,43); }

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

border-color css

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

 span { border-color: rgb(251,111,43); }

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