Html Css Color HEX #FDFF2E Gorse

📋 copy color: '#FDFF2E'

red 253 ◦ green 255 ◦ blue 46

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

Shades of Gorse #FDFF2E

Tints of Gorse #FDFF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.3%

R = 45.67%
G = 46.03%
B = 8.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FDFF2E (or 0xFDFF2E) is known color: Gorse. HEX triplet: FD, FF and 2E. RGB value is (253,255,46). Sum of RGB (Red+Green+Blue) = 253+255+46=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 46 (18.36% from 255 or 8.30% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF2E is #0200D1. Grayscale: #E7E7E7. Windows color (decimal): -131282 or 3080189. OLE color: 3080189.

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

Color convert

RGB 253 255 46 -
CMYK 0.01 0 0.82 0
HSL 60.57º 1% 0.59% -
HSV(B) 60.57º 0.82% 1% -
XYZ 76.76 92.6 16.41 -
YUV 230.58 23.84 143.99 -
System Red Green Blue C M Y K H S L
Decimal 253 255 46 0.01 0 0.82 0 60.57 1 0.59
Hex FD FF 2E 1 0 52 0 3D 64 3B
Octal 375 377 56 1 0 122 0 75 144 73
Binary 11111101 11111111 101110 1 0 1010010 0 111101 1100100 111011

Color Harmonies of #FDFF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF2E

Black with #FDFF2E

Text Example


Text Example

White with #FDFF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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