Html Css Color HEX #FEFB34 Gorse

📋 copy color: '#FEFB34'

red 254 ◦ green 251 ◦ blue 52

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

Shades of Gorse #FEFB34

Tints of Gorse #FEFB34

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.06%

 BLUE value IS 52 (20.7% from 255) = 9.34%

R = 45.6%
G = 45.06%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEFB34 (or 0xFEFB34) is known color: Gorse. HEX triplet: FE, FB and 34. RGB value is (254,251,52). Sum of RGB (Red+Green+Blue) = 254+251+52=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 52 (20.70% from 255 or 9.34% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFB34 is #0104CB. Grayscale: #E6E6E6. Windows color (decimal): -66764 or 3472382. OLE color: 3472382.

HSL color Cylindrical-coordinate representation of color #FEFB34: hue angle of 59.11º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEFB34 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 251 52 -
CMYK 0 0.01 0.80 0.00
HSL 59.11º 0.99% 0.6% -
HSV(B) 59.11º 0.8% 1% -
XYZ 75.99 90.31 16.68 -
YUV 229.21 27.99 145.68 -
System Red Green Blue C M Y K H S L
Decimal 254 251 52 0 0.01 0.80 0.00 59.11 0.99 0.6
Hex FE FB 34 0 1 50 0 3B 63 3C
Octal 376 373 64 0 1 120 0 73 143 74
Binary 11111110 11111011 110100 0 1 1010000 0 111011 1100011 111100

Color Harmonies of #FEFB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFB34

Black with #FEFB34

Text Example


Text Example

White with #FEFB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFB34; }

 p { color: rgb(254,251,52); }

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

background-color css

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

 a { background-color: rgb(254,251,52); }

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

border-color css

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

 span { border-color: rgb(254,251,52); }

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