Html Css Color HEX #FA822A Sun

📋 copy color: '#FA822A'

red 250 ◦ green 130 ◦ blue 42

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

Shades of Sun #FA822A

Tints of Sun #FA822A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.81%

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

R = 59.24%
G = 30.81%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA822A (or 0xFA822A) is known color: Sun. HEX triplet: FA, 82 and 2A. RGB value is (250,130,42). Sum of RGB (Red+Green+Blue) = 250+130+42=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA822A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA822A is #057DD5. Grayscale: #9C9C9C. Windows color (decimal): -359894 or 2786042. OLE color: 2786042.

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

Color convert

RGB 250 130 42 -
CMYK 0 0.48 0.83 0.02
HSL 25.38º 0.95% 0.57% -
HSV(B) 25.38º 0.83% 0.98% -
XYZ 47.82 36.46 6.71 -
YUV 155.85 63.76 195.16 -
System Red Green Blue C M Y K H S L
Decimal 250 130 42 0 0.48 0.83 0.02 25.38 0.95 0.57
Hex FA 82 2A 0 30 53 2 19 5F 39
Octal 372 202 52 0 60 123 2 31 137 71
Binary 11111010 10000010 101010 0 110000 1010011 10 11001 1011111 111001

Color Harmonies of #FA822A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA822A

Black with #FA822A

Text Example


Text Example

White with #FA822A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA822A; }

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

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

background-color css

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

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

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

border-color css

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

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

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