Html Css Color HEX #FB3F28 Red Orange

📋 copy color: '#FB3F28'

red 251 ◦ green 63 ◦ blue 40

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

Shades of Red Orange #FB3F28

Tints of Red Orange #FB3F28

RGB

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

 GREEN value IS 63 (25% from 255) = 17.8%

 BLUE value IS 40 (16.02% from 255) = 11.3%

R = 70.9%
G = 17.8%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB3F28 (or 0xFB3F28) is known color: Red Orange. HEX triplet: FB, 3F and 28. RGB value is (251,63,40). Sum of RGB (Red+Green+Blue) = 251+63+40=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3F28 is #04C0D7. Grayscale: #747474. Windows color (decimal): -311512 or 2637819. OLE color: 2637819.

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

Color convert

RGB 251 63 40 -
CMYK 0 0.75 0.84 0.02
HSL 6.54º 0.96% 0.57% -
HSV(B) 6.54º 0.84% 0.98% -
XYZ 41.94 24.22 4.47 -
YUV 116.59 84.78 223.87 -
System Red Green Blue C M Y K H S L
Decimal 251 63 40 0 0.75 0.84 0.02 6.54 0.96 0.57
Hex FB 3F 28 0 4B 54 2 7 60 39
Octal 373 77 50 0 113 124 2 7 140 71
Binary 11111011 111111 101000 0 1001011 1010100 10 111 1100000 111001

Color Harmonies of #FB3F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3F28

Black with #FB3F28

Text Example


Text Example

White with #FB3F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3F28; }

 p { color: rgb(251,63,40); }

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

background-color css

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

 a { background-color: rgb(251,63,40); }

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

border-color css

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

 span { border-color: rgb(251,63,40); }

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