Html Css Color HEX #FDFE2D Gorse

📋 copy color: '#FDFE2D'

red 253 ◦ green 254 ◦ blue 45

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

Shades of Gorse #FDFE2D

Tints of Gorse #FDFE2D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.01%

 BLUE value IS 45 (17.97% from 255) = 8.15%

R = 45.83%
G = 46.01%
B = 8.15%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FDFE2D (or 0xFDFE2D) is known color: Gorse. HEX triplet: FD, FE and 2D. RGB value is (253,254,45). Sum of RGB (Red+Green+Blue) = 253+254+45=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 45 (17.97% from 255 or 8.15% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE2D is #0201D2. Grayscale: #E6E6E6. Windows color (decimal): -131539 or 3014397. OLE color: 3014397.

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

Color convert

RGB 253 254 45 -
CMYK 0.00 0 0.82 0.00
HSL 60.29º 0.99% 0.59% -
HSV(B) 60.29º 0.82% 1% -
XYZ 76.42 91.96 16.2 -
YUV 229.88 23.67 144.49 -
System Red Green Blue C M Y K H S L
Decimal 253 254 45 0.00 0 0.82 0.00 60.29 0.99 0.59
Hex FD FE 2D 0 0 52 0 3C 63 3B
Octal 375 376 55 0 0 122 0 74 143 73
Binary 11111101 11111110 101101 0 0 1010010 0 111100 1100011 111011

Color Harmonies of #FDFE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFE2D

Black with #FDFE2D

Text Example


Text Example

White with #FDFE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFE2D; }

 p { color: rgb(253,254,45); }

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

background-color css

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

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

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

border-color css

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

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

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