Html Css Color HEX #FDA03F Sunshade

📋 copy color: '#FDA03F'

red 253 ◦ green 160 ◦ blue 63

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

Shades of Sunshade #FDA03F

Tints of Sunshade #FDA03F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.61%

 BLUE value IS 63 (25% from 255) = 13.24%

R = 53.15%
G = 33.61%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDA03F (or 0xFDA03F) is known color: Sunshade. HEX triplet: FD, A0 and 3F. RGB value is (253,160,63). Sum of RGB (Red+Green+Blue) = 253+160+63=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 63 (25% from 255 or 13.24% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA03F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA03F is #025FC0. Grayscale: #B1B1B1. Windows color (decimal): -155585 or 4169981. OLE color: 4169981.

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

Color convert

RGB 253 160 63 -
CMYK 0 0.37 0.75 0.01
HSL 30.63º 0.98% 0.62% -
HSV(B) 30.63º 0.75% 0.99% -
XYZ 53.98 46.38 10.81 -
YUV 176.75 63.81 182.39 -
System Red Green Blue C M Y K H S L
Decimal 253 160 63 0 0.37 0.75 0.01 30.63 0.98 0.62
Hex FD A0 3F 0 25 4B 1 1F 62 3E
Octal 375 240 77 0 45 113 1 37 142 76
Binary 11111101 10100000 111111 0 100101 1001011 1 11111 1100010 111110

Color Harmonies of #FDA03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA03F

Black with #FDA03F

Text Example


Text Example

White with #FDA03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA03F; }

 p { color: rgb(253,160,63); }

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

background-color css

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

 a { background-color: rgb(253,160,63); }

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

border-color css

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

 span { border-color: rgb(253,160,63); }

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