Html Css Color HEX #F2F133 Gorse

📋 copy color: '#F2F133'

red 242 ◦ green 241 ◦ blue 51

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

Shades of Gorse #F2F133

Tints of Gorse #F2F133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.55%

R = 45.32%
G = 45.13%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F2F133 (or 0xF2F133) is known color: Gorse. HEX triplet: F2, F1 and 33. RGB value is (242,241,51). Sum of RGB (Red+Green+Blue) = 242+241+51=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 51 (20.31% from 255 or 9.55% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F133 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F133 is #0D0ECC. Grayscale: #DCDCDC. Windows color (decimal): -855757 or 3404274. OLE color: 3404274.

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

Color convert

RGB 242 241 51 -
CMYK 0 0.00 0.79 0.05
HSL 59.69º 0.88% 0.57% -
HSV(B) 59.69º 0.79% 0.95% -
XYZ 68.67 82.03 15.35 -
YUV 219.64 32.83 143.95 -
System Red Green Blue C M Y K H S L
Decimal 242 241 51 0 0.00 0.79 0.05 59.69 0.88 0.57
Hex F2 F1 33 0 0 4F 5 3C 58 39
Octal 362 361 63 0 0 117 5 74 130 71
Binary 11110010 11110001 110011 0 0 1001111 101 111100 1011000 111001

Color Harmonies of #F2F133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F133

Black with #F2F133

Text Example


Text Example

White with #F2F133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F133; }

 p { color: rgb(242,241,51); }

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

background-color css

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

 a { background-color: rgb(242,241,51); }

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

border-color css

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

 span { border-color: rgb(242,241,51); }

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