Html Css Color HEX #FDFE2E Gorse

📋 copy color: '#FDFE2E'

red 253 ◦ green 254 ◦ blue 46

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

Shades of Gorse #FDFE2E

Tints of Gorse #FDFE2E

RGB

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

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

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

R = 45.75%
G = 45.93%
B = 8.32%

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

#FDFE2E (or 0xFDFE2E) is known color: Gorse. HEX triplet: FD, FE and 2E. RGB value is (253,254,46). Sum of RGB (Red+Green+Blue) = 253+254+46=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 46 (18.36% from 255 or 8.32% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE2E is #0201D1. Grayscale: #E6E6E6. Windows color (decimal): -131538 or 3079933. OLE color: 3079933.

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

Color convert

RGB 253 254 46 -
CMYK 0.00 0 0.82 0.00
HSL 60.29º 0.99% 0.59% -
HSV(B) 60.29º 0.82% 1% -
XYZ 76.44 91.96 16.31 -
YUV 229.99 24.17 144.41 -
System Red Green Blue C M Y K H S L
Decimal 253 254 46 0.00 0 0.82 0.00 60.29 0.99 0.59
Hex FD FE 2E 0 0 52 0 3C 63 3B
Octal 375 376 56 0 0 122 0 74 143 73
Binary 11111101 11111110 101110 0 0 1010010 0 111100 1100011 111011

Color Harmonies of #FDFE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFE2E

Black with #FDFE2E

Text Example


Text Example

White with #FDFE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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