Html Css Color HEX #FD852A Sun

📋 copy color: '#FD852A'

red 253 ◦ green 133 ◦ blue 42

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

Shades of Sun #FD852A

Tints of Sun #FD852A

RGB

 RED value IS 253 (99.22% from 255) = 59.11%

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

 BLUE value IS 42 (16.8% from 255) = 9.81%

R = 59.11%
G = 31.07%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD852A (or 0xFD852A) is known color: Sun. HEX triplet: FD, 85 and 2A. RGB value is (253,133,42). Sum of RGB (Red+Green+Blue) = 253+133+42=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD852A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD852A is #027AD5. Grayscale: #9E9E9E. Windows color (decimal): -162518 or 2786813. OLE color: 2786813.

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

Color convert

RGB 253 133 42 -
CMYK 0 0.47 0.83 0.01
HSL 25.88º 0.98% 0.58% -
HSV(B) 25.88º 0.83% 0.99% -
XYZ 49.31 37.82 6.89 -
YUV 158.51 62.26 195.4 -
System Red Green Blue C M Y K H S L
Decimal 253 133 42 0 0.47 0.83 0.01 25.88 0.98 0.58
Hex FD 85 2A 0 2F 53 1 1A 62 3A
Octal 375 205 52 0 57 123 1 32 142 72
Binary 11111101 10000101 101010 0 101111 1010011 1 11010 1100010 111010

Color Harmonies of #FD852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD852A

Black with #FD852A

Text Example


Text Example

White with #FD852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD852A; }

 p { color: rgb(253,133,42); }

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

background-color css

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

 a { background-color: rgb(253,133,42); }

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

border-color css

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

 span { border-color: rgb(253,133,42); }

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