Html Css Color HEX #FB4F20 Outrageous Orange

📋 copy color: '#FB4F20'

red 251 ◦ green 79 ◦ blue 32

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

Shades of Outrageous Orange #FB4F20

Tints of Outrageous Orange #FB4F20

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.82%

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

R = 69.34%
G = 21.82%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB4F20 (or 0xFB4F20) is known color: Outrageous Orange. HEX triplet: FB, 4F and 20. RGB value is (251,79,32). Sum of RGB (Red+Green+Blue) = 251+79+32=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4F20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB4F20 is #04B0DF. Grayscale: #7D7D7D. Windows color (decimal): -307424 or 2117627. OLE color: 2117627.

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

Color convert

RGB 251 79 32 -
CMYK 0 0.69 0.87 0.02
HSL 12.88º 0.96% 0.55% -
HSV(B) 12.88º 0.87% 0.98% -
XYZ 42.84 26.21 4.17 -
YUV 125.07 75.48 217.82 -
System Red Green Blue C M Y K H S L
Decimal 251 79 32 0 0.69 0.87 0.02 12.88 0.96 0.55
Hex FB 4F 20 0 45 57 2 D 60 37
Octal 373 117 40 0 105 127 2 15 140 67
Binary 11111011 1001111 100000 0 1000101 1010111 10 1101 1100000 110111

Color Harmonies of #FB4F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4F20

Black with #FB4F20

Text Example


Text Example

White with #FB4F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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