Html Css Color HEX #FDA942 Yellow Orange

📋 copy color: '#FDA942'

red 253 ◦ green 169 ◦ blue 66

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

Shades of Yellow Orange #FDA942

Tints of Yellow Orange #FDA942

RGB

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

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

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

R = 51.84%
G = 34.63%
B = 13.52%

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

#FDA942 (or 0xFDA942) is known color: Yellow Orange. HEX triplet: FD, A9 and 42. RGB value is (253,169,66). Sum of RGB (Red+Green+Blue) = 253+169+66=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA942 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA942 is #0256BD. Grayscale: #B6B6B6. Windows color (decimal): -153278 or 4368893. OLE color: 4368893.

HSL color Cylindrical-coordinate representation of color #FDA942: hue angle of 33.05º 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 #FDA942 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 169 66 -
CMYK 0 0.33 0.74 0.01
HSL 33.05º 0.98% 0.63% -
HSV(B) 33.05º 0.74% 0.99% -
XYZ 55.68 49.65 11.8 -
YUV 182.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 253 169 66 0 0.33 0.74 0.01 33.05 0.98 0.63
Hex FD A9 42 0 21 4A 1 21 62 3F
Octal 375 251 102 0 41 112 1 41 142 77
Binary 11111101 10101001 1000010 0 100001 1001010 1 100001 1100010 111111

Color Harmonies of #FDA942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA942

Black with #FDA942

Text Example


Text Example

White with #FDA942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA942; }

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

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

background-color css

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

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

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

border-color css

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

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

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