Html Css Color HEX #FB2F20 Red Orange

📋 copy color: '#FB2F20'

red 251 ◦ green 47 ◦ blue 32

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

Shades of Red Orange #FB2F20

Tints of Red Orange #FB2F20

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.24%

 BLUE value IS 32 (12.89% from 255) = 9.7%

R = 76.06%
G = 14.24%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB2F20 (or 0xFB2F20) is known color: Red Orange. HEX triplet: FB, 2F and 20. RGB value is (251,47,32). Sum of RGB (Red+Green+Blue) = 251+47+32=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2F20 is #04D0DF. Grayscale: #6A6A6A. Windows color (decimal): -315616 or 2109435. OLE color: 2109435.

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

Color convert

RGB 251 47 32 -
CMYK 0 0.81 0.87 0.02
HSL 4.11º 0.96% 0.55% -
HSV(B) 4.11º 0.87% 0.98% -
XYZ 41.06 22.65 3.57 -
YUV 106.29 86.09 231.22 -
System Red Green Blue C M Y K H S L
Decimal 251 47 32 0 0.81 0.87 0.02 4.11 0.96 0.55
Hex FB 2F 20 0 51 57 2 4 60 37
Octal 373 57 40 0 121 127 2 4 140 67
Binary 11111011 101111 100000 0 1010001 1010111 10 100 1100000 110111

Color Harmonies of #FB2F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2F20

Black with #FB2F20

Text Example


Text Example

White with #FB2F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2F20; }

 p { color: rgb(251,47,32); }

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

background-color css

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

 a { background-color: rgb(251,47,32); }

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

border-color css

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

 span { border-color: rgb(251,47,32); }

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