Html Css Color HEX #FEF42B Gorse

📋 copy color: '#FEF42B'

red 254 ◦ green 244 ◦ blue 43

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

Shades of Gorse #FEF42B

Tints of Gorse #FEF42B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.1%

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

R = 46.95%
G = 45.1%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEF42B (or 0xFEF42B) is known color: Gorse. HEX triplet: FE, F4 and 2B. RGB value is (254,244,43). Sum of RGB (Red+Green+Blue) = 254+244+43=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 43 (17.19% from 255 or 7.95% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF42B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF42B is #010BD4. Grayscale: #E0E0E0. Windows color (decimal): -68565 or 2880766. OLE color: 2880766.

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

Color convert

RGB 254 244 43 -
CMYK 0 0.04 0.83 0.00
HSL 57.16º 0.99% 0.58% -
HSV(B) 57.16º 0.83% 1% -
XYZ 73.66 85.95 14.99 -
YUV 224.08 25.81 149.34 -
System Red Green Blue C M Y K H S L
Decimal 254 244 43 0 0.04 0.83 0.00 57.16 0.99 0.58
Hex FE F4 2B 0 4 53 0 39 63 3A
Octal 376 364 53 0 4 123 0 71 143 72
Binary 11111110 11110100 101011 0 100 1010011 0 111001 1100011 111010

Color Harmonies of #FEF42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF42B

Black with #FEF42B

Text Example


Text Example

White with #FEF42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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