Html Css Color HEX #FB5E2F Outrageous Orange

📋 copy color: '#FB5E2F'

red 251 ◦ green 94 ◦ blue 47

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

Shades of Outrageous Orange #FB5E2F

Tints of Outrageous Orange #FB5E2F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.98%

 BLUE value IS 47 (18.75% from 255) = 11.99%

R = 64.03%
G = 23.98%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB5E2F (or 0xFB5E2F) is known color: Outrageous Orange. HEX triplet: FB, 5E and 2F. RGB value is (251,94,47). Sum of RGB (Red+Green+Blue) = 251+94+47=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5E2F is #04A1D0. Grayscale: #878787. Windows color (decimal): -303569 or 3104507. OLE color: 3104507.

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

Color convert

RGB 251 94 47 -
CMYK 0 0.63 0.81 0.02
HSL 13.82º 0.96% 0.58% -
HSV(B) 13.82º 0.81% 0.98% -
XYZ 44.3 28.72 5.9 -
YUV 135.59 78.01 210.32 -
System Red Green Blue C M Y K H S L
Decimal 251 94 47 0 0.63 0.81 0.02 13.82 0.96 0.58
Hex FB 5E 2F 0 3F 51 2 E 60 3A
Octal 373 136 57 0 77 121 2 16 140 72
Binary 11111011 1011110 101111 0 111111 1010001 10 1110 1100000 111010

Color Harmonies of #FB5E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5E2F

Black with #FB5E2F

Text Example


Text Example

White with #FB5E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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