Html Css Color HEX #FEFF2B Gorse

📋 copy color: '#FEFF2B'

red 254 ◦ green 255 ◦ blue 43

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

Shades of Gorse #FEFF2B

Tints of Gorse #FEFF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 7.79%

R = 46.01%
G = 46.2%
B = 7.79%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FEFF2B (or 0xFEFF2B) is known color: Gorse. HEX triplet: FE, FF and 2B. RGB value is (254,255,43). Sum of RGB (Red+Green+Blue) = 254+255+43=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 43 (17.19% from 255 or 7.79% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF2B is #0100D4. Grayscale: #E7E7E7. Windows color (decimal): -65749 or 2883582. OLE color: 2883582.

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

Color convert

RGB 254 255 43 -
CMYK 0.00 0 0.83 0
HSL 60.28º 1% 0.58% -
HSV(B) 60.28º 0.83% 1% -
XYZ 77.07 92.77 16.13 -
YUV 230.53 22.17 144.74 -
System Red Green Blue C M Y K H S L
Decimal 254 255 43 0.00 0 0.83 0 60.28 1 0.58
Hex FE FF 2B 0 0 53 0 3C 64 3A
Octal 376 377 53 0 0 123 0 74 144 72
Binary 11111110 11111111 101011 0 0 1010011 0 111100 1100100 111010

Color Harmonies of #FEFF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFF2B

Black with #FEFF2B

Text Example


Text Example

White with #FEFF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFF2B; }

 p { color: rgb(254,255,43); }

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

background-color css

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

 a { background-color: rgb(254,255,43); }

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

border-color css

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

 span { border-color: rgb(254,255,43); }

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