Html Css Color HEX #FEFF35 Gorse

📋 copy color: '#FEFF35'

red 254 ◦ green 255 ◦ blue 53

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

Shades of Gorse #FEFF35

Tints of Gorse #FEFF35

RGB

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

 GREEN value IS 255 (100% from 255) = 45.37%

 BLUE value IS 53 (21.09% from 255) = 9.43%

R = 45.2%
G = 45.37%
B = 9.43%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FEFF35 (or 0xFEFF35) is known color: Gorse. HEX triplet: FE, FF and 35. RGB value is (254,255,53). Sum of RGB (Red+Green+Blue) = 254+255+53=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 53 (21.09% from 255 or 9.43% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF35 is #0100CA. Grayscale: #E8E8E8. Windows color (decimal): -65739 or 3538942. OLE color: 3538942.

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

Color convert

RGB 254 255 53 -
CMYK 0.00 0 0.79 0
HSL 60.3º 1% 0.6% -
HSV(B) 60.3º 0.79% 1% -
XYZ 77.28 92.85 17.22 -
YUV 231.67 27.17 143.93 -
System Red Green Blue C M Y K H S L
Decimal 254 255 53 0.00 0 0.79 0 60.3 1 0.6
Hex FE FF 35 0 0 4F 0 3C 64 3C
Octal 376 377 65 0 0 117 0 74 144 74
Binary 11111110 11111111 110101 0 0 1001111 0 111100 1100100 111100

Color Harmonies of #FEFF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFF35

Black with #FEFF35

Text Example


Text Example

White with #FEFF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFF35; }

 p { color: rgb(254,255,53); }

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

background-color css

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

 a { background-color: rgb(254,255,53); }

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

border-color css

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

 span { border-color: rgb(254,255,53); }

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