Html Css Color HEX #FFFD2E Gorse

📋 copy color: '#FFFD2E'

red 255 ◦ green 253 ◦ blue 46

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

Shades of Gorse #FFFD2E

Tints of Gorse #FFFD2E

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 255 253 46 -
CMYK 0 0.01 0.82 0
HSL 59.43º 1% 0.59% -
HSV(B) 59.43º 0.82% 1% -
XYZ 76.86 91.71 16.24 -
YUV 230 24.16 145.83 -
System Red Green Blue C M Y K H S L
Decimal 255 253 46 0 0.01 0.82 0 59.43 1 0.59
Hex FF FD 2E 0 1 52 0 3B 64 3B
Octal 377 375 56 0 1 122 0 73 144 73
Binary 11111111 11111101 101110 0 1 1010010 0 111011 1100100 111011

Color Harmonies of #FFFD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFD2E

Black with #FFFD2E

Text Example


Text Example

White with #FFFD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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