Html Css Color HEX #FDA04B Sunshade

📋 copy color: '#FDA04B'

red 253 ◦ green 160 ◦ blue 75

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

Shades of Sunshade #FDA04B

Tints of Sunshade #FDA04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.37%

R = 51.84%
G = 32.79%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDA04B (or 0xFDA04B) is known color: Sunshade. HEX triplet: FD, A0 and 4B. RGB value is (253,160,75). Sum of RGB (Red+Green+Blue) = 253+160+75=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA04B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA04B is #025FB4. Grayscale: #B2B2B2. Windows color (decimal): -155573 or 4956413. OLE color: 4956413.

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

Color convert

RGB 253 160 75 -
CMYK 0 0.37 0.70 0.01
HSL 28.65º 0.98% 0.64% -
HSV(B) 28.65º 0.7% 0.99% -
XYZ 54.35 46.53 12.77 -
YUV 178.12 69.81 181.41 -
System Red Green Blue C M Y K H S L
Decimal 253 160 75 0 0.37 0.70 0.01 28.65 0.98 0.64
Hex FD A0 4B 0 25 46 1 1D 62 40
Octal 375 240 113 0 45 106 1 35 142 100
Binary 11111101 10100000 1001011 0 100101 1000110 1 11101 1100010 1000000

Color Harmonies of #FDA04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA04B

Black with #FDA04B

Text Example


Text Example

White with #FDA04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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