Html Css Color HEX #FB6A27 Burnt Orange

📋 copy color: '#FB6A27'

red 251 ◦ green 106 ◦ blue 39

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

Shades of Burnt Orange #FB6A27

Tints of Burnt Orange #FB6A27

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.77%

 BLUE value IS 39 (15.63% from 255) = 9.85%

R = 63.38%
G = 26.77%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB6A27 (or 0xFB6A27) is known color: Burnt Orange. HEX triplet: FB, 6A and 27. RGB value is (251,106,39). Sum of RGB (Red+Green+Blue) = 251+106+39=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6A27 is #0495D8. Grayscale: #8E8E8E. Windows color (decimal): -300505 or 2583291. OLE color: 2583291.

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

Color convert

RGB 251 106 39 -
CMYK 0 0.58 0.84 0.02
HSL 18.96º 0.96% 0.57% -
HSV(B) 18.96º 0.84% 0.98% -
XYZ 45.3 30.96 5.51 -
YUV 141.72 70.04 205.95 -
System Red Green Blue C M Y K H S L
Decimal 251 106 39 0 0.58 0.84 0.02 18.96 0.96 0.57
Hex FB 6A 27 0 3A 54 2 13 60 39
Octal 373 152 47 0 72 124 2 23 140 71
Binary 11111011 1101010 100111 0 111010 1010100 10 10011 1100000 111001

Color Harmonies of #FB6A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6A27

Black with #FB6A27

Text Example


Text Example

White with #FB6A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6A27; }

 p { color: rgb(251,106,39); }

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

background-color css

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

 a { background-color: rgb(251,106,39); }

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

border-color css

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

 span { border-color: rgb(251,106,39); }

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