Html Css Color HEX #FDFD36 Gorse

📋 copy color: '#FDFD36'

red 253 ◦ green 253 ◦ blue 54

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

Shades of Gorse #FDFD36

Tints of Gorse #FDFD36

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.18%

 BLUE value IS 54 (21.48% from 255) = 9.64%

R = 45.18%
G = 45.18%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDFD36 (or 0xFDFD36) is known color: Gorse. HEX triplet: FD, FD and 36. RGB value is (253,253,54). Sum of RGB (Red+Green+Blue) = 253+253+54=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 253 (99.22% from 255 or 45.18% from 560); Blue value is 54 (21.48% from 255 or 9.64% from 560); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFD36 is #0202C9. Grayscale: #E7E7E7. Windows color (decimal): -131786 or 3603965. OLE color: 3603965.

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

Color convert

RGB 253 253 54 -
CMYK 0 0 0.79 0.01
HSL 60º 0.98% 0.6% -
HSV(B) 60º 0.79% 0.99% -
XYZ 76.3 91.4 17.11 -
YUV 230.31 28.5 144.18 -
System Red Green Blue C M Y K H S L
Decimal 253 253 54 0 0 0.79 0.01 60 0.98 0.6
Hex FD FD 36 0 0 4F 1 3C 62 3C
Octal 375 375 66 0 0 117 1 74 142 74
Binary 11111101 11111101 110110 0 0 1001111 1 111100 1100010 111100

Color Harmonies of #FDFD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD36

Black with #FDFD36

Text Example


Text Example

White with #FDFD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD36; }

 p { color: rgb(253,253,54); }

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

background-color css

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

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

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

border-color css

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

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

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