Html Css Color HEX #FB3A27 Red Orange

📋 copy color: '#FB3A27'

red 251 ◦ green 58 ◦ blue 39

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

Shades of Red Orange #FB3A27

Tints of Red Orange #FB3A27

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.67%

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

R = 72.13%
G = 16.67%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB3A27 (or 0xFB3A27) is known color: Red Orange. HEX triplet: FB, 3A and 27. RGB value is (251,58,39). Sum of RGB (Red+Green+Blue) = 251+58+39=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3A27 is #04C5D8. Grayscale: #717171. Windows color (decimal): -312793 or 2571003. OLE color: 2571003.

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

Color convert

RGB 251 58 39 -
CMYK 0 0.77 0.84 0.02
HSL 5.38º 0.96% 0.57% -
HSV(B) 5.38º 0.84% 0.98% -
XYZ 41.66 23.68 4.29 -
YUV 113.54 85.94 226.04 -
System Red Green Blue C M Y K H S L
Decimal 251 58 39 0 0.77 0.84 0.02 5.38 0.96 0.57
Hex FB 3A 27 0 4D 54 2 5 60 39
Octal 373 72 47 0 115 124 2 5 140 71
Binary 11111011 111010 100111 0 1001101 1010100 10 101 1100000 111001

Color Harmonies of #FB3A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3A27

Black with #FB3A27

Text Example


Text Example

White with #FB3A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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