Html Css Color HEX #FA8430 Sun

📋 copy color: '#FA8430'

red 250 ◦ green 132 ◦ blue 48

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

Shades of Sun #FA8430

Tints of Sun #FA8430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.7%

 BLUE value IS 48 (19.14% from 255) = 11.16%

R = 58.14%
G = 30.7%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA8430 (or 0xFA8430) is known color: Sun. HEX triplet: FA, 84 and 30. RGB value is (250,132,48). Sum of RGB (Red+Green+Blue) = 250+132+48=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8430 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8430 is #057BCF. Grayscale: #9E9E9E. Windows color (decimal): -359376 or 3179770. OLE color: 3179770.

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

Color convert

RGB 250 132 48 -
CMYK 0 0.47 0.81 0.02
HSL 24.95º 0.95% 0.58% -
HSV(B) 24.95º 0.81% 0.98% -
XYZ 48.21 37.04 7.4 -
YUV 157.71 66.09 193.83 -
System Red Green Blue C M Y K H S L
Decimal 250 132 48 0 0.47 0.81 0.02 24.95 0.95 0.58
Hex FA 84 30 0 2F 51 2 19 5F 3A
Octal 372 204 60 0 57 121 2 31 137 72
Binary 11111010 10000100 110000 0 101111 1010001 10 11001 1011111 111010

Color Harmonies of #FA8430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8430

Black with #FA8430

Text Example


Text Example

White with #FA8430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8430; }

 p { color: rgb(250,132,48); }

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

background-color css

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

 a { background-color: rgb(250,132,48); }

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

border-color css

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

 span { border-color: rgb(250,132,48); }

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