Html Css Color HEX #FEF13B Gorse

📋 copy color: '#FEF13B'

red 254 ◦ green 241 ◦ blue 59

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

Shades of Gorse #FEF13B

Tints of Gorse #FEF13B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.5%

 BLUE value IS 59 (23.44% from 255) = 10.65%

R = 45.85%
G = 43.5%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FEF13B (or 0xFEF13B) is known color: Gorse. HEX triplet: FE, F1 and 3B. RGB value is (254,241,59). Sum of RGB (Red+Green+Blue) = 254+241+59=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 59 (23.44% from 255 or 10.65% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF13B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF13B is #010EC4. Grayscale: #E0E0E0. Windows color (decimal): -69317 or 3928574. OLE color: 3928574.

HSL color Cylindrical-coordinate representation of color #FEF13B: hue angle of 56º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEF13B is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 241 59 -
CMYK 0 0.05 0.77 0.00
HSL 56º 0.99% 0.61% -
HSV(B) 56º 0.77% 1% -
XYZ 73.12 84.3 16.55 -
YUV 224.14 34.81 149.3 -
System Red Green Blue C M Y K H S L
Decimal 254 241 59 0 0.05 0.77 0.00 56 0.99 0.61
Hex FE F1 3B 0 5 4D 0 38 63 3D
Octal 376 361 73 0 5 115 0 70 143 75
Binary 11111110 11110001 111011 0 101 1001101 0 111000 1100011 111101

Color Harmonies of #FEF13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF13B

Black with #FEF13B

Text Example


Text Example

White with #FEF13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF13B; }

 p { color: rgb(254,241,59); }

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

background-color css

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

 a { background-color: rgb(254,241,59); }

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

border-color css

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

 span { border-color: rgb(254,241,59); }

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