Html Css Color HEX #FDA941 Yellow Orange

📋 copy color: '#FDA941'

red 253 ◦ green 169 ◦ blue 65

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

Shades of Yellow Orange #FDA941

Tints of Yellow Orange #FDA941

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.7%

 BLUE value IS 65 (25.78% from 255) = 13.35%

R = 51.95%
G = 34.7%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDA941 (or 0xFDA941) is known color: Yellow Orange. HEX triplet: FD, A9 and 41. RGB value is (253,169,65). Sum of RGB (Red+Green+Blue) = 253+169+65=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA941 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA941 is #0256BE. Grayscale: #B6B6B6. Windows color (decimal): -153279 or 4303357. OLE color: 4303357.

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

Color convert

RGB 253 169 65 -
CMYK 0 0.33 0.74 0.01
HSL 33.19º 0.98% 0.62% -
HSV(B) 33.19º 0.74% 0.99% -
XYZ 55.65 49.64 11.65 -
YUV 182.26 61.83 178.46 -
System Red Green Blue C M Y K H S L
Decimal 253 169 65 0 0.33 0.74 0.01 33.19 0.98 0.62
Hex FD A9 41 0 21 4A 1 21 62 3E
Octal 375 251 101 0 41 112 1 41 142 76
Binary 11111101 10101001 1000001 0 100001 1001010 1 100001 1100010 111110

Color Harmonies of #FDA941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA941

Black with #FDA941

Text Example


Text Example

White with #FDA941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA941; }

 p { color: rgb(253,169,65); }

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

background-color css

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

 a { background-color: rgb(253,169,65); }

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

border-color css

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

 span { border-color: rgb(253,169,65); }

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