Html Css Color HEX #F2F33C Gorse

📋 copy color: '#F2F33C'

red 242 ◦ green 243 ◦ blue 60

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

Shades of Gorse #F2F33C

Tints of Gorse #F2F33C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.59%

 BLUE value IS 60 (23.83% from 255) = 11.01%

R = 44.4%
G = 44.59%
B = 11.01%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2F33C (or 0xF2F33C) is known color: Gorse. HEX triplet: F2, F3 and 3C. RGB value is (242,243,60). Sum of RGB (Red+Green+Blue) = 242+243+60=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 60 (23.83% from 255 or 11.01% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F33C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F33C is #0D0CC3. Grayscale: #DEDEDE. Windows color (decimal): -855236 or 3994610. OLE color: 3994610.

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

Color convert

RGB 242 243 60 -
CMYK 0.00 0 0.75 0.05
HSL 60.33º 0.88% 0.59% -
HSV(B) 60.33º 0.75% 0.95% -
XYZ 69.48 83.3 16.69 -
YUV 221.84 36.67 142.38 -
System Red Green Blue C M Y K H S L
Decimal 242 243 60 0.00 0 0.75 0.05 60.33 0.88 0.59
Hex F2 F3 3C 0 0 4B 5 3C 58 3B
Octal 362 363 74 0 0 113 5 74 130 73
Binary 11110010 11110011 111100 0 0 1001011 101 111100 1011000 111011

Color Harmonies of #F2F33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F33C

Black with #F2F33C

Text Example


Text Example

White with #F2F33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F33C; }

 p { color: rgb(242,243,60); }

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

background-color css

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

 a { background-color: rgb(242,243,60); }

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

border-color css

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

 span { border-color: rgb(242,243,60); }

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