Html Css Color HEX #FEFA29 Gorse

📋 copy color: '#FEFA29'

red 254 ◦ green 250 ◦ blue 41

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

Shades of Gorse #FEFA29

Tints of Gorse #FEFA29

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.87%

 BLUE value IS 41 (16.41% from 255) = 7.52%

R = 46.61%
G = 45.87%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FEFA29 (or 0xFEFA29) is known color: Gorse. HEX triplet: FE, FA and 29. RGB value is (254,250,41). Sum of RGB (Red+Green+Blue) = 254+250+41=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 41 (16.41% from 255 or 7.52% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA29 is #0105D6. Grayscale: #E4E4E4. Windows color (decimal): -67031 or 2751230. OLE color: 2751230.

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

Color convert

RGB 254 250 41 -
CMYK 0 0.02 0.84 0.00
HSL 58.87º 0.99% 0.58% -
HSV(B) 58.87º 0.84% 1% -
XYZ 75.46 89.6 15.42 -
YUV 227.37 22.83 146.99 -
System Red Green Blue C M Y K H S L
Decimal 254 250 41 0 0.02 0.84 0.00 58.87 0.99 0.58
Hex FE FA 29 0 2 54 0 3B 63 3A
Octal 376 372 51 0 2 124 0 73 143 72
Binary 11111110 11111010 101001 0 10 1010100 0 111011 1100011 111010

Color Harmonies of #FEFA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA29

Black with #FEFA29

Text Example


Text Example

White with #FEFA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA29; }

 p { color: rgb(254,250,41); }

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

background-color css

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

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

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

border-color css

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

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

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