Html Css Color HEX #FFFD34 Gorse

📋 copy color: '#FFFD34'

red 255 ◦ green 253 ◦ blue 52

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

Shades of Gorse #FFFD34

Tints of Gorse #FFFD34

RGB

 RED value IS 255 (100% from 255) = 45.54%

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

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

R = 45.54%
G = 45.18%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFFD34 (or 0xFFFD34) is known color: Gorse. HEX triplet: FF, FD and 34. RGB value is (255,253,52). Sum of RGB (Red+Green+Blue) = 255+253+52=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 253 (99.22% from 255 or 45.18% from 560); Blue value is 52 (20.70% from 255 or 9.29% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD34 is #0002CB. Grayscale: #E7E7E7. Windows color (decimal): -716 or 3472895. OLE color: 3472895.

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

Color convert

RGB 255 253 52 -
CMYK 0 0.01 0.80 0
HSL 59.41º 1% 0.6% -
HSV(B) 59.41º 0.8% 1% -
XYZ 76.99 91.76 16.9 -
YUV 230.68 27.16 145.34 -
System Red Green Blue C M Y K H S L
Decimal 255 253 52 0 0.01 0.80 0 59.41 1 0.6
Hex FF FD 34 0 1 50 0 3B 64 3C
Octal 377 375 64 0 1 120 0 73 144 74
Binary 11111111 11111101 110100 0 1 1010000 0 111011 1100100 111100

Color Harmonies of #FFFD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFD34

Black with #FFFD34

Text Example


Text Example

White with #FFFD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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