Html Css Color HEX #F2FE35 Gorse

📋 copy color: '#F2FE35'

red 242 ◦ green 254 ◦ blue 53

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

Shades of Gorse #F2FE35

Tints of Gorse #F2FE35

RGB

 RED value IS 242 (94.92% from 255) = 44.08%

 GREEN value IS 254 (99.61% from 255) = 46.27%

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

R = 44.08%
G = 46.27%
B = 9.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#F2FE35 (or 0xF2FE35) is known color: Gorse. HEX triplet: F2, FE and 35. RGB value is (242,254,53). Sum of RGB (Red+Green+Blue) = 242+254+53=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 53 (21.09% from 255 or 9.65% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FE35 is #0D01CA. Grayscale: #E4E4E4. Windows color (decimal): -852427 or 3538674. OLE color: 3538674.

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

Color convert

RGB 242 254 53 -
CMYK 0.05 0 0.79 0.00
HSL 63.58º 0.99% 0.6% -
HSV(B) 63.58º 0.79% 1% -
XYZ 72.7 90.02 16.91 -
YUV 227.5 29.52 138.34 -
System Red Green Blue C M Y K H S L
Decimal 242 254 53 0.05 0 0.79 0.00 63.58 0.99 0.6
Hex F2 FE 35 5 0 4F 0 40 63 3C
Octal 362 376 65 5 0 117 0 100 143 74
Binary 11110010 11111110 110101 101 0 1001111 0 1000000 1100011 111100

Color Harmonies of #F2FE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FE35

Black with #F2FE35

Text Example


Text Example

White with #F2FE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FE35; }

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

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

background-color css

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

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

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

border-color css

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

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

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