Html Css Color HEX #FA852F Sun

📋 copy color: '#FA852F'

red 250 ◦ green 133 ◦ blue 47

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

Shades of Sun #FA852F

Tints of Sun #FA852F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.93%

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

R = 58.14%
G = 30.93%
B = 10.93%

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

#FA852F (or 0xFA852F) is known color: Sun. HEX triplet: FA, 85 and 2F. RGB value is (250,133,47). Sum of RGB (Red+Green+Blue) = 250+133+47=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA852F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA852F is #057AD0. Grayscale: #9E9E9E. Windows color (decimal): -359121 or 3114490. OLE color: 3114490.

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

Color convert

RGB 250 133 47 -
CMYK 0 0.47 0.81 0.02
HSL 25.42º 0.95% 0.58% -
HSV(B) 25.42º 0.81% 0.98% -
XYZ 48.32 37.3 7.34 -
YUV 158.18 65.26 193.49 -
System Red Green Blue C M Y K H S L
Decimal 250 133 47 0 0.47 0.81 0.02 25.42 0.95 0.58
Hex FA 85 2F 0 2F 51 2 19 5F 3A
Octal 372 205 57 0 57 121 2 31 137 72
Binary 11111010 10000101 101111 0 101111 1010001 10 11001 1011111 111010

Color Harmonies of #FA852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA852F

Black with #FA852F

Text Example


Text Example

White with #FA852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA852F; }

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

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

background-color css

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

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

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

border-color css

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

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

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