Html Css Color HEX #FB502C Outrageous Orange

📋 copy color: '#FB502C'

red 251 ◦ green 80 ◦ blue 44

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

Shades of Outrageous Orange #FB502C

Tints of Outrageous Orange #FB502C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.73%

R = 66.93%
G = 21.33%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB502C (or 0xFB502C) is known color: Outrageous Orange. HEX triplet: FB, 50 and 2C. RGB value is (251,80,44). Sum of RGB (Red+Green+Blue) = 251+80+44=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB502C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB502C is #04AFD3. Grayscale: #7F7F7F. Windows color (decimal): -307156 or 2904315. OLE color: 2904315.

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

Color convert

RGB 251 80 44 -
CMYK 0 0.68 0.82 0.02
HSL 10.43º 0.96% 0.58% -
HSV(B) 10.43º 0.82% 0.98% -
XYZ 43.11 26.43 5.21 -
YUV 127.03 81.15 216.43 -
System Red Green Blue C M Y K H S L
Decimal 251 80 44 0 0.68 0.82 0.02 10.43 0.96 0.58
Hex FB 50 2C 0 44 52 2 A 60 3A
Octal 373 120 54 0 104 122 2 12 140 72
Binary 11111011 1010000 101100 0 1000100 1010010 10 1010 1100000 111010

Color Harmonies of #FB502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB502C

Black with #FB502C

Text Example


Text Example

White with #FB502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB502C; }

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

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

background-color css

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

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

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

border-color css

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

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

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