Html Css Color HEX #FA502E Outrageous Orange

📋 copy color: '#FA502E'

red 250 ◦ green 80 ◦ blue 46

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

Shades of Outrageous Orange #FA502E

Tints of Outrageous Orange #FA502E

RGB

 RED value IS 250 (98.05% from 255) = 66.49%

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

 BLUE value IS 46 (18.36% from 255) = 12.23%

R = 66.49%
G = 21.28%
B = 12.23%

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

#FA502E (or 0xFA502E) is known color: Outrageous Orange. HEX triplet: FA, 50 and 2E. RGB value is (250,80,46). Sum of RGB (Red+Green+Blue) = 250+80+46=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA502E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA502E is #05AFD1. Grayscale: #7F7F7F. Windows color (decimal): -372690 or 3035386. OLE color: 3035386.

HSL color Cylindrical-coordinate representation of color #FA502E: hue angle of 10º degrees, saturation: 0.95, 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 #FA502E is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 80 46 -
CMYK 0 0.68 0.82 0.02
HSL 10º 0.95% 0.58% -
HSV(B) 10º 0.82% 0.98% -
XYZ 42.79 26.26 5.4 -
YUV 126.95 82.32 215.76 -
System Red Green Blue C M Y K H S L
Decimal 250 80 46 0 0.68 0.82 0.02 10 0.95 0.58
Hex FA 50 2E 0 44 52 2 A 5F 3A
Octal 372 120 56 0 104 122 2 12 137 72
Binary 11111010 1010000 101110 0 1000100 1010010 10 1010 1011111 111010

Color Harmonies of #FA502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA502E

Black with #FA502E

Text Example


Text Example

White with #FA502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA502E; }

 p { color: rgb(250,80,46); }

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

background-color css

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

 a { background-color: rgb(250,80,46); }

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

border-color css

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

 span { border-color: rgb(250,80,46); }

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