Html Css Color HEX #FB5A2F Outrageous Orange

📋 copy color: '#FB5A2F'

red 251 ◦ green 90 ◦ blue 47

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

Shades of Outrageous Orange #FB5A2F

Tints of Outrageous Orange #FB5A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.2%

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

R = 64.69%
G = 23.2%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB5A2F (or 0xFB5A2F) is known color: Outrageous Orange. HEX triplet: FB, 5A and 2F. RGB value is (251,90,47). Sum of RGB (Red+Green+Blue) = 251+90+47=388 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.69% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5A2F is #04A5D0. Grayscale: #858585. Windows color (decimal): -304593 or 3103483. OLE color: 3103483.

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

Color convert

RGB 251 90 47 -
CMYK 0 0.64 0.81 0.02
HSL 12.65º 0.96% 0.58% -
HSV(B) 12.65º 0.81% 0.98% -
XYZ 43.95 28.03 5.78 -
YUV 133.24 79.34 212 -
System Red Green Blue C M Y K H S L
Decimal 251 90 47 0 0.64 0.81 0.02 12.65 0.96 0.58
Hex FB 5A 2F 0 40 51 2 D 60 3A
Octal 373 132 57 0 100 121 2 15 140 72
Binary 11111011 1011010 101111 0 1000000 1010001 10 1101 1100000 111010

Color Harmonies of #FB5A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5A2F

Black with #FB5A2F

Text Example


Text Example

White with #FB5A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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