Html Css Color HEX #FEFE2B Gorse

📋 copy color: '#FEFE2B'

red 254 ◦ green 254 ◦ blue 43

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

Shades of Gorse #FEFE2B

Tints of Gorse #FEFE2B

RGB

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

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

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

R = 46.1%
G = 46.1%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEFE2B (or 0xFEFE2B) is known color: Gorse. HEX triplet: FE, FE and 2B. RGB value is (254,254,43). Sum of RGB (Red+Green+Blue) = 254+254+43=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 43 (17.19% from 255 or 7.80% from 551); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFE2B is #0101D4. Grayscale: #E6E6E6. Windows color (decimal): -66005 or 2883326. OLE color: 2883326.

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

Color convert

RGB 254 254 43 -
CMYK 0 0 0.83 0.00
HSL 60º 0.99% 0.58% -
HSV(B) 60º 0.83% 1% -
XYZ 76.75 92.13 16.02 -
YUV 229.95 22.5 145.16 -
System Red Green Blue C M Y K H S L
Decimal 254 254 43 0 0 0.83 0.00 60 0.99 0.58
Hex FE FE 2B 0 0 53 0 3C 63 3A
Octal 376 376 53 0 0 123 0 74 143 72
Binary 11111110 11111110 101011 0 0 1010011 0 111100 1100011 111010

Color Harmonies of #FEFE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE2B

Black with #FEFE2B

Text Example


Text Example

White with #FEFE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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