Html Css Color HEX #FDDC28 Gorse

📋 copy color: '#FDDC28'

red 253 ◦ green 220 ◦ blue 40

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

Shades of Gorse #FDDC28

Tints of Gorse #FDDC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.8%

R = 49.32%
G = 42.88%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDDC28 (or 0xFDDC28) is known color: Gorse. HEX triplet: FD, DC and 28. RGB value is (253,220,40). Sum of RGB (Red+Green+Blue) = 253+220+40=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 40 (16.02% from 255 or 7.80% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC28 is #0223D7. Grayscale: #D2D2D2. Windows color (decimal): -140248 or 2678013. OLE color: 2678013.

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

Color convert

RGB 253 220 40 -
CMYK 0 0.13 0.84 0.01
HSL 50.7º 0.98% 0.57% -
HSV(B) 50.7º 0.84% 0.99% -
XYZ 66.48 72.22 12.44 -
YUV 209.35 32.43 159.14 -
System Red Green Blue C M Y K H S L
Decimal 253 220 40 0 0.13 0.84 0.01 50.7 0.98 0.57
Hex FD DC 28 0 D 54 1 33 62 39
Octal 375 334 50 0 15 124 1 63 142 71
Binary 11111101 11011100 101000 0 1101 1010100 1 110011 1100010 111001

Color Harmonies of #FDDC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC28

Black with #FDDC28

Text Example


Text Example

White with #FDDC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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