Html Css Color HEX #FEF127 Gorse

📋 copy color: '#FEF127'

red 254 ◦ green 241 ◦ blue 39

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

Shades of Gorse #FEF127

Tints of Gorse #FEF127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.3%

R = 47.57%
G = 45.13%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEF127 (or 0xFEF127) is known color: Gorse. HEX triplet: FE, F1 and 27. RGB value is (254,241,39). Sum of RGB (Red+Green+Blue) = 254+241+39=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 39 (15.62% from 255 or 7.30% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF127 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF127 is #010ED8. Grayscale: #DEDEDE. Windows color (decimal): -69337 or 2617854. OLE color: 2617854.

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

Color convert

RGB 254 241 39 -
CMYK 0 0.05 0.85 0.00
HSL 56.37º 0.99% 0.57% -
HSV(B) 56.37º 0.85% 1% -
XYZ 72.69 84.13 14.33 -
YUV 221.86 24.81 150.93 -
System Red Green Blue C M Y K H S L
Decimal 254 241 39 0 0.05 0.85 0.00 56.37 0.99 0.57
Hex FE F1 27 0 5 55 0 38 63 39
Octal 376 361 47 0 5 125 0 70 143 71
Binary 11111110 11110001 100111 0 101 1010101 0 111000 1100011 111001

Color Harmonies of #FEF127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF127

Black with #FEF127

Text Example


Text Example

White with #FEF127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF127; }

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

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

background-color css

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

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

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

border-color css

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

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

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