Html Css Color HEX #FDFD34 Gorse

📋 copy color: '#FDFD34'

red 253 ◦ green 253 ◦ blue 52

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

Shades of Gorse #FDFD34

Tints of Gorse #FDFD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.32%

R = 45.34%
G = 45.34%
B = 9.32%

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

#FDFD34 (or 0xFDFD34) is known color: Gorse. HEX triplet: FD, FD and 34. RGB value is (253,253,52). Sum of RGB (Red+Green+Blue) = 253+253+52=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 52 (20.70% from 255 or 9.32% from 558); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFD34 is #0202CB. Grayscale: #E6E6E6. Windows color (decimal): -131788 or 3472893. OLE color: 3472893.

HSL color Cylindrical-coordinate representation of color #FDFD34: 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 #FDFD34 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 253 52 -
CMYK 0 0 0.79 0.01
HSL 60º 0.98% 0.6% -
HSV(B) 60º 0.79% 0.99% -
XYZ 76.25 91.38 16.87 -
YUV 230.09 27.5 144.34 -
System Red Green Blue C M Y K H S L
Decimal 253 253 52 0 0 0.79 0.01 60 0.98 0.6
Hex FD FD 34 0 0 4F 1 3C 62 3C
Octal 375 375 64 0 0 117 1 74 142 74
Binary 11111101 11111101 110100 0 0 1001111 1 111100 1100010 111100

Color Harmonies of #FDFD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD34

Black with #FDFD34

Text Example


Text Example

White with #FDFD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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