Html Css Color HEX #FDDC42 Gorse

📋 copy color: '#FDDC42'

red 253 ◦ green 220 ◦ blue 66

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

Shades of Gorse #FDDC42

Tints of Gorse #FDDC42

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.82%

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

R = 46.94%
G = 40.82%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDDC42 (or 0xFDDC42) is known color: Gorse. HEX triplet: FD, DC and 42. RGB value is (253,220,66). Sum of RGB (Red+Green+Blue) = 253+220+66=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 66 (26.17% from 255 or 12.24% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC42 is #0223BD. Grayscale: #D4D4D4. Windows color (decimal): -140222 or 4381949. OLE color: 4381949.

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

Color convert

RGB 253 220 66 -
CMYK 0 0.13 0.74 0.01
HSL 49.41º 0.98% 0.63% -
HSV(B) 49.41º 0.74% 0.99% -
XYZ 67.08 72.46 15.61 -
YUV 212.31 45.43 157.02 -
System Red Green Blue C M Y K H S L
Decimal 253 220 66 0 0.13 0.74 0.01 49.41 0.98 0.63
Hex FD DC 42 0 D 4A 1 31 62 3F
Octal 375 334 102 0 15 112 1 61 142 77
Binary 11111101 11011100 1000010 0 1101 1001010 1 110001 1100010 111111

Color Harmonies of #FDDC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC42

Black with #FDDC42

Text Example


Text Example

White with #FDDC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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