Html Css Color HEX #FEF32B Gorse

📋 copy color: '#FEF32B'

red 254 ◦ green 243 ◦ blue 43

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

Shades of Gorse #FEF32B

Tints of Gorse #FEF32B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45%

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

R = 47.04%
G = 45%
B = 7.96%

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

#FEF32B (or 0xFEF32B) is known color: Gorse. HEX triplet: FE, F3 and 2B. RGB value is (254,243,43). Sum of RGB (Red+Green+Blue) = 254+243+43=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 43 (17.19% from 255 or 7.96% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF32B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF32B is #010CD4. Grayscale: #E0E0E0. Windows color (decimal): -68821 or 2880510. OLE color: 2880510.

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

Color convert

RGB 254 243 43 -
CMYK 0 0.04 0.83 0.00
HSL 56.87º 0.99% 0.58% -
HSV(B) 56.87º 0.83% 1% -
XYZ 73.36 85.35 14.89 -
YUV 223.49 26.14 149.76 -
System Red Green Blue C M Y K H S L
Decimal 254 243 43 0 0.04 0.83 0.00 56.87 0.99 0.58
Hex FE F3 2B 0 4 53 0 39 63 3A
Octal 376 363 53 0 4 123 0 71 143 72
Binary 11111110 11110011 101011 0 100 1010011 0 111001 1100011 111010

Color Harmonies of #FEF32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF32B

Black with #FEF32B

Text Example


Text Example

White with #FEF32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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