Html Css Color HEX #FB6A2A Burnt Orange

📋 copy color: '#FB6A2A'

red 251 ◦ green 106 ◦ blue 42

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

Shades of Burnt Orange #FB6A2A

Tints of Burnt Orange #FB6A2A

RGB

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

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

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

R = 62.91%
G = 26.57%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB6A2A (or 0xFB6A2A) is known color: Burnt Orange. HEX triplet: FB, 6A and 2A. RGB value is (251,106,42). Sum of RGB (Red+Green+Blue) = 251+106+42=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6A2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6A2A is #0495D5. Grayscale: #8E8E8E. Windows color (decimal): -300502 or 2779899. OLE color: 2779899.

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

Color convert

RGB 251 106 42 -
CMYK 0 0.58 0.83 0.02
HSL 18.37º 0.96% 0.57% -
HSV(B) 18.37º 0.83% 0.98% -
XYZ 45.36 30.98 5.78 -
YUV 142.06 71.54 205.7 -
System Red Green Blue C M Y K H S L
Decimal 251 106 42 0 0.58 0.83 0.02 18.37 0.96 0.57
Hex FB 6A 2A 0 3A 53 2 12 60 39
Octal 373 152 52 0 72 123 2 22 140 71
Binary 11111011 1101010 101010 0 111010 1010011 10 10010 1100000 111001

Color Harmonies of #FB6A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6A2A

Black with #FB6A2A

Text Example


Text Example

White with #FB6A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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