Html Css Color HEX #FEF52B Gorse

📋 copy color: '#FEF52B'

red 254 ◦ green 245 ◦ blue 43

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

Shades of Gorse #FEF52B

Tints of Gorse #FEF52B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.2%

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

R = 46.86%
G = 45.2%
B = 7.93%

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

#FEF52B (or 0xFEF52B) is known color: Gorse. HEX triplet: FE, F5 and 2B. RGB value is (254,245,43). Sum of RGB (Red+Green+Blue) = 254+245+43=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 43 (17.19% from 255 or 7.93% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF52B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF52B is #010AD4. Grayscale: #E1E1E1. Windows color (decimal): -68309 or 2881022. OLE color: 2881022.

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

Color convert

RGB 254 245 43 -
CMYK 0 0.04 0.83 0.00
HSL 57.44º 0.99% 0.58% -
HSV(B) 57.44º 0.83% 1% -
XYZ 73.96 86.55 15.09 -
YUV 224.66 25.48 148.93 -
System Red Green Blue C M Y K H S L
Decimal 254 245 43 0 0.04 0.83 0.00 57.44 0.99 0.58
Hex FE F5 2B 0 4 53 0 39 63 3A
Octal 376 365 53 0 4 123 0 71 143 72
Binary 11111110 11110101 101011 0 100 1010011 0 111001 1100011 111010

Color Harmonies of #FEF52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF52B

Black with #FEF52B

Text Example


Text Example

White with #FEF52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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