Html Css Color HEX #FB6B32 Burnt Orange

📋 copy color: '#FB6B32'

red 251 ◦ green 107 ◦ blue 50

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

Shades of Burnt Orange #FB6B32

Tints of Burnt Orange #FB6B32

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.23%

 BLUE value IS 50 (19.92% from 255) = 12.25%

R = 61.52%
G = 26.23%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB6B32 (or 0xFB6B32) is known color: Burnt Orange. HEX triplet: FB, 6B and 32. RGB value is (251,107,50). Sum of RGB (Red+Green+Blue) = 251+107+50=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6B32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6B32 is #0494CD. Grayscale: #8F8F8F. Windows color (decimal): -300238 or 3304443. OLE color: 3304443.

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

Color convert

RGB 251 107 50 -
CMYK 0 0.57 0.80 0.02
HSL 17.01º 0.96% 0.59% -
HSV(B) 17.01º 0.8% 0.98% -
XYZ 45.62 31.25 6.65 -
YUV 143.56 75.21 204.63 -
System Red Green Blue C M Y K H S L
Decimal 251 107 50 0 0.57 0.80 0.02 17.01 0.96 0.59
Hex FB 6B 32 0 39 50 2 11 60 3B
Octal 373 153 62 0 71 120 2 21 140 73
Binary 11111011 1101011 110010 0 111001 1010000 10 10001 1100000 111011

Color Harmonies of #FB6B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6B32

Black with #FB6B32

Text Example


Text Example

White with #FB6B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6B32; }

 p { color: rgb(251,107,50); }

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

background-color css

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

 a { background-color: rgb(251,107,50); }

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

border-color css

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

 span { border-color: rgb(251,107,50); }

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