Html Css Color HEX #FA852D Sun

📋 copy color: '#FA852D'

red 250 ◦ green 133 ◦ blue 45

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

Shades of Sun #FA852D

Tints of Sun #FA852D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.51%

R = 58.41%
G = 31.07%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA852D (or 0xFA852D) is known color: Sun. HEX triplet: FA, 85 and 2D. RGB value is (250,133,45). Sum of RGB (Red+Green+Blue) = 250+133+45=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA852D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA852D is #057AD2. Grayscale: #9E9E9E. Windows color (decimal): -359123 or 2983418. OLE color: 2983418.

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

Color convert

RGB 250 133 45 -
CMYK 0 0.47 0.82 0.02
HSL 25.76º 0.95% 0.58% -
HSV(B) 25.76º 0.82% 0.98% -
XYZ 48.29 37.29 7.14 -
YUV 157.95 64.26 193.66 -
System Red Green Blue C M Y K H S L
Decimal 250 133 45 0 0.47 0.82 0.02 25.76 0.95 0.58
Hex FA 85 2D 0 2F 52 2 1A 5F 3A
Octal 372 205 55 0 57 122 2 32 137 72
Binary 11111010 10000101 101101 0 101111 1010010 10 11010 1011111 111010

Color Harmonies of #FA852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA852D

Black with #FA852D

Text Example


Text Example

White with #FA852D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA852D; }

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

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

background-color css

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

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

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

border-color css

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

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

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