Html Css Color HEX #F2F935 Gorse

📋 copy color: '#F2F935'

red 242 ◦ green 249 ◦ blue 53

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

Shades of Gorse #F2F935

Tints of Gorse #F2F935

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.77%

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

R = 44.49%
G = 45.77%
B = 9.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F2F935 (or 0xF2F935) is known color: Gorse. HEX triplet: F2, F9 and 35. RGB value is (242,249,53). Sum of RGB (Red+Green+Blue) = 242+249+53=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 53 (21.09% from 255 or 9.74% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F935 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F935 is #0D06CA. Grayscale: #E1E1E1. Windows color (decimal): -853707 or 3537394. OLE color: 3537394.

HSL color Cylindrical-coordinate representation of color #F2F935: hue angle of 62.14º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2F935 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 249 53 -
CMYK 0.03 0 0.79 0.02
HSL 62.14º 0.94% 0.59% -
HSV(B) 62.14º 0.79% 0.98% -
XYZ 71.14 86.89 16.39 -
YUV 224.56 31.18 140.44 -
System Red Green Blue C M Y K H S L
Decimal 242 249 53 0.03 0 0.79 0.02 62.14 0.94 0.59
Hex F2 F9 35 3 0 4F 2 3E 5E 3B
Octal 362 371 65 3 0 117 2 76 136 73
Binary 11110010 11111001 110101 11 0 1001111 10 111110 1011110 111011

Color Harmonies of #F2F935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F935

Black with #F2F935

Text Example


Text Example

White with #F2F935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F935; }

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

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

background-color css

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

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

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

border-color css

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

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

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