Html Css Color HEX #FEF02B Gorse

📋 copy color: '#FEF02B'

red 254 ◦ green 240 ◦ blue 43

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

Shades of Gorse #FEF02B

Tints of Gorse #FEF02B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.69%

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

R = 47.3%
G = 44.69%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEF02B (or 0xFEF02B) is known color: Gorse. HEX triplet: FE, F0 and 2B. RGB value is (254,240,43). Sum of RGB (Red+Green+Blue) = 254+240+43=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 43 (17.19% from 255 or 8.01% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF02B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF02B is #010FD4. Grayscale: #DEDEDE. Windows color (decimal): -69589 or 2879742. OLE color: 2879742.

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

Color convert

RGB 254 240 43 -
CMYK 0 0.06 0.83 0.00
HSL 56.02º 0.99% 0.58% -
HSV(B) 56.02º 0.83% 1% -
XYZ 72.47 83.57 14.6 -
YUV 221.73 27.14 151.02 -
System Red Green Blue C M Y K H S L
Decimal 254 240 43 0 0.06 0.83 0.00 56.02 0.99 0.58
Hex FE F0 2B 0 6 53 0 38 63 3A
Octal 376 360 53 0 6 123 0 70 143 72
Binary 11111110 11110000 101011 0 110 1010011 0 111000 1100011 111010

Color Harmonies of #FEF02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF02B

Black with #FEF02B

Text Example


Text Example

White with #FEF02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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