Html Css Color HEX #FA8235 Sun

📋 copy color: '#FA8235'

red 250 ◦ green 130 ◦ blue 53

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

Shades of Sun #FA8235

Tints of Sun #FA8235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.24%

R = 57.74%
G = 30.02%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA8235 (or 0xFA8235) is known color: Sun. HEX triplet: FA, 82 and 35. RGB value is (250,130,53). Sum of RGB (Red+Green+Blue) = 250+130+53=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8235 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8235 is #057DCA. Grayscale: #9D9D9D. Windows color (decimal): -359883 or 3506938. OLE color: 3506938.

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

Color convert

RGB 250 130 53 -
CMYK 0 0.48 0.79 0.02
HSL 23.45º 0.95% 0.59% -
HSV(B) 23.45º 0.79% 0.98% -
XYZ 48.05 36.55 7.89 -
YUV 157.1 69.26 194.26 -
System Red Green Blue C M Y K H S L
Decimal 250 130 53 0 0.48 0.79 0.02 23.45 0.95 0.59
Hex FA 82 35 0 30 4F 2 17 5F 3B
Octal 372 202 65 0 60 117 2 27 137 73
Binary 11111010 10000010 110101 0 110000 1001111 10 10111 1011111 111011

Color Harmonies of #FA8235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8235

Black with #FA8235

Text Example


Text Example

White with #FA8235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8235; }

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

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

background-color css

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

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

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

border-color css

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

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

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