Html Css Color HEX #FEFC2B Gorse

📋 copy color: '#FEFC2B'

red 254 ◦ green 252 ◦ blue 43

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

Shades of Gorse #FEFC2B

Tints of Gorse #FEFC2B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.9%

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

R = 46.27%
G = 45.9%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEFC2B (or 0xFEFC2B) is known color: Gorse. HEX triplet: FE, FC and 2B. RGB value is (254,252,43). Sum of RGB (Red+Green+Blue) = 254+252+43=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 43 (17.19% from 255 or 7.83% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC2B is #0103D4. Grayscale: #E5E5E5. Windows color (decimal): -66517 or 2882814. OLE color: 2882814.

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

Color convert

RGB 254 252 43 -
CMYK 0 0.01 0.83 0.00
HSL 59.43º 0.99% 0.58% -
HSV(B) 59.43º 0.83% 1% -
XYZ 76.12 90.87 15.81 -
YUV 228.77 23.16 145.99 -
System Red Green Blue C M Y K H S L
Decimal 254 252 43 0 0.01 0.83 0.00 59.43 0.99 0.58
Hex FE FC 2B 0 1 53 0 3B 63 3A
Octal 376 374 53 0 1 123 0 73 143 72
Binary 11111110 11111100 101011 0 1 1010011 0 111011 1100011 111010

Color Harmonies of #FEFC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC2B

Black with #FEFC2B

Text Example


Text Example

White with #FEFC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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