Html Css Color HEX #FDD942 Gorse

📋 copy color: '#FDD942'

red 253 ◦ green 217 ◦ blue 66

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

Shades of Gorse #FDD942

Tints of Gorse #FDD942

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.49%

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

R = 47.2%
G = 40.49%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDD942 (or 0xFDD942) is known color: Gorse. HEX triplet: FD, D9 and 42. RGB value is (253,217,66). Sum of RGB (Red+Green+Blue) = 253+217+66=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 66 (26.17% from 255 or 12.31% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD942 is #0226BD. Grayscale: #D3D3D3. Windows color (decimal): -140990 or 4381181. OLE color: 4381181.

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

Color convert

RGB 253 217 66 -
CMYK 0 0.14 0.74 0.01
HSL 48.45º 0.98% 0.63% -
HSV(B) 48.45º 0.74% 0.99% -
XYZ 66.3 70.9 15.35 -
YUV 210.55 46.43 158.28 -
System Red Green Blue C M Y K H S L
Decimal 253 217 66 0 0.14 0.74 0.01 48.45 0.98 0.63
Hex FD D9 42 0 E 4A 1 30 62 3F
Octal 375 331 102 0 16 112 1 60 142 77
Binary 11111101 11011001 1000010 0 1110 1001010 1 110000 1100010 111111

Color Harmonies of #FDD942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD942

Black with #FDD942

Text Example


Text Example

White with #FDD942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD942; }

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

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

background-color css

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

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

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

border-color css

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

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

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