Html Css Color HEX #FDFF35 Gorse

📋 copy color: '#FDFF35'

red 253 ◦ green 255 ◦ blue 53

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

Shades of Gorse #FDFF35

Tints of Gorse #FDFF35

RGB

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

 GREEN value IS 255 (100% from 255) = 45.45%

 BLUE value IS 53 (21.09% from 255) = 9.45%

R = 45.1%
G = 45.45%
B = 9.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FDFF35 (or 0xFDFF35) is known color: Gorse. HEX triplet: FD, FF and 35. RGB value is (253,255,53). Sum of RGB (Red+Green+Blue) = 253+255+53=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 53 (21.09% from 255 or 9.45% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF35 is #0200CA. Grayscale: #E8E8E8. Windows color (decimal): -131275 or 3538941. OLE color: 3538941.

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

Color convert

RGB 253 255 53 -
CMYK 0.01 0 0.79 0
HSL 60.59º 1% 0.6% -
HSV(B) 60.59º 0.79% 1% -
XYZ 76.91 92.66 17.2 -
YUV 231.37 27.34 143.43 -
System Red Green Blue C M Y K H S L
Decimal 253 255 53 0.01 0 0.79 0 60.59 1 0.6
Hex FD FF 35 1 0 4F 0 3D 64 3C
Octal 375 377 65 1 0 117 0 75 144 74
Binary 11111101 11111111 110101 1 0 1001111 0 111101 1100100 111100

Color Harmonies of #FDFF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF35

Black with #FDFF35

Text Example


Text Example

White with #FDFF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF35; }

 p { color: rgb(253,255,53); }

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

background-color css

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

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

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

border-color css

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

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

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