Html Css Color HEX #FEF92B Gorse

📋 copy color: '#FEF92B'

red 254 ◦ green 249 ◦ blue 43

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

Shades of Gorse #FEF92B

Tints of Gorse #FEF92B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.6%

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

R = 46.52%
G = 45.6%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEF92B (or 0xFEF92B) is known color: Gorse. HEX triplet: FE, F9 and 2B. RGB value is (254,249,43). Sum of RGB (Red+Green+Blue) = 254+249+43=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 43 (17.19% from 255 or 7.88% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF92B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF92B is #0106D4. Grayscale: #E3E3E3. Windows color (decimal): -67285 or 2882046. OLE color: 2882046.

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

Color convert

RGB 254 249 43 -
CMYK 0 0.02 0.83 0.00
HSL 58.58º 0.99% 0.58% -
HSV(B) 58.58º 0.83% 1% -
XYZ 75.18 89 15.5 -
YUV 227.01 24.16 147.25 -
System Red Green Blue C M Y K H S L
Decimal 254 249 43 0 0.02 0.83 0.00 58.58 0.99 0.58
Hex FE F9 2B 0 2 53 0 3B 63 3A
Octal 376 371 53 0 2 123 0 73 143 72
Binary 11111110 11111001 101011 0 10 1010011 0 111011 1100011 111010

Color Harmonies of #FEF92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF92B

Black with #FEF92B

Text Example


Text Example

White with #FEF92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF92B; }

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

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

background-color css

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

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

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

border-color css

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

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

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