Html Css Color HEX #FA822F Sun

📋 copy color: '#FA822F'

red 250 ◦ green 130 ◦ blue 47

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

Shades of Sun #FA822F

Tints of Sun #FA822F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.01%

R = 58.55%
G = 30.44%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA822F (or 0xFA822F) is known color: Sun. HEX triplet: FA, 82 and 2F. RGB value is (250,130,47). Sum of RGB (Red+Green+Blue) = 250+130+47=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA822F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA822F is #057DD0. Grayscale: #9C9C9C. Windows color (decimal): -359889 or 3113722. OLE color: 3113722.

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

Color convert

RGB 250 130 47 -
CMYK 0 0.48 0.81 0.02
HSL 24.53º 0.95% 0.58% -
HSV(B) 24.53º 0.81% 0.98% -
XYZ 47.92 36.49 7.21 -
YUV 156.42 66.26 194.75 -
System Red Green Blue C M Y K H S L
Decimal 250 130 47 0 0.48 0.81 0.02 24.53 0.95 0.58
Hex FA 82 2F 0 30 51 2 19 5F 3A
Octal 372 202 57 0 60 121 2 31 137 72
Binary 11111010 10000010 101111 0 110000 1010001 10 11001 1011111 111010

Color Harmonies of #FA822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA822F

Black with #FA822F

Text Example


Text Example

White with #FA822F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA822F; }

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

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

background-color css

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

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

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

border-color css

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

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

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