Html Css Color HEX #FB5024 Outrageous Orange

📋 copy color: '#FB5024'

red 251 ◦ green 80 ◦ blue 36

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

Shades of Outrageous Orange #FB5024

Tints of Outrageous Orange #FB5024

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.8%

 BLUE value IS 36 (14.45% from 255) = 9.81%

R = 68.39%
G = 21.8%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB5024 (or 0xFB5024) is known color: Outrageous Orange. HEX triplet: FB, 50 and 24. RGB value is (251,80,36). Sum of RGB (Red+Green+Blue) = 251+80+36=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5024 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5024 is #04AFDB. Grayscale: #7E7E7E. Windows color (decimal): -307164 or 2380027. OLE color: 2380027.

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

Color convert

RGB 251 80 36 -
CMYK 0 0.68 0.86 0.02
HSL 12.28º 0.96% 0.56% -
HSV(B) 12.28º 0.86% 0.98% -
XYZ 42.97 26.37 4.49 -
YUV 126.11 77.15 217.08 -
System Red Green Blue C M Y K H S L
Decimal 251 80 36 0 0.68 0.86 0.02 12.28 0.96 0.56
Hex FB 50 24 0 44 56 2 C 60 38
Octal 373 120 44 0 104 126 2 14 140 70
Binary 11111011 1010000 100100 0 1000100 1010110 10 1100 1100000 111000

Color Harmonies of #FB5024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5024

Black with #FB5024

Text Example


Text Example

White with #FB5024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5024; }

 p { color: rgb(251,80,36); }

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

background-color css

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

 a { background-color: rgb(251,80,36); }

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

border-color css

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

 span { border-color: rgb(251,80,36); }

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