Html Css Color HEX #FA502A Outrageous Orange

📋 copy color: '#FA502A'

red 250 ◦ green 80 ◦ blue 42

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

Shades of Outrageous Orange #FA502A

Tints of Outrageous Orange #FA502A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.29%

R = 67.2%
G = 21.51%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA502A (or 0xFA502A) is known color: Outrageous Orange. HEX triplet: FA, 50 and 2A. RGB value is (250,80,42). Sum of RGB (Red+Green+Blue) = 250+80+42=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA502A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA502A is #05AFD5. Grayscale: #7E7E7E. Windows color (decimal): -372694 or 2773242. OLE color: 2773242.

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

Color convert

RGB 250 80 42 -
CMYK 0 0.68 0.83 0.02
HSL 10.96º 0.95% 0.57% -
HSV(B) 10.96º 0.83% 0.98% -
XYZ 42.71 26.23 5 -
YUV 126.5 80.32 216.09 -
System Red Green Blue C M Y K H S L
Decimal 250 80 42 0 0.68 0.83 0.02 10.96 0.95 0.57
Hex FA 50 2A 0 44 53 2 B 5F 39
Octal 372 120 52 0 104 123 2 13 137 71
Binary 11111010 1010000 101010 0 1000100 1010011 10 1011 1011111 111001

Color Harmonies of #FA502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA502A

Black with #FA502A

Text Example


Text Example

White with #FA502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA502A; }

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

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

background-color css

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

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

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

border-color css

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

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

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