Html Css Color HEX #FDA342 Sunshade

📋 copy color: '#FDA342'

red 253 ◦ green 163 ◦ blue 66

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

Shades of Sunshade #FDA342

Tints of Sunshade #FDA342

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.82%

 BLUE value IS 66 (26.17% from 255) = 13.69%

R = 52.49%
G = 33.82%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDA342 (or 0xFDA342) is known color: Sunshade. HEX triplet: FD, A3 and 42. RGB value is (253,163,66). Sum of RGB (Red+Green+Blue) = 253+163+66=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA342 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA342 is #025CBD. Grayscale: #B3B3B3. Windows color (decimal): -154814 or 4367357. OLE color: 4367357.

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

Color convert

RGB 253 163 66 -
CMYK 0 0.36 0.74 0.01
HSL 31.12º 0.98% 0.63% -
HSV(B) 31.12º 0.74% 0.99% -
XYZ 54.59 47.47 11.44 -
YUV 178.85 64.32 180.89 -
System Red Green Blue C M Y K H S L
Decimal 253 163 66 0 0.36 0.74 0.01 31.12 0.98 0.63
Hex FD A3 42 0 24 4A 1 1F 62 3F
Octal 375 243 102 0 44 112 1 37 142 77
Binary 11111101 10100011 1000010 0 100100 1001010 1 11111 1100010 111111

Color Harmonies of #FDA342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA342

Black with #FDA342

Text Example


Text Example

White with #FDA342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA342; }

 p { color: rgb(253,163,66); }

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

background-color css

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

 a { background-color: rgb(253,163,66); }

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

border-color css

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

 span { border-color: rgb(253,163,66); }

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