Html Css Color HEX #F2F334 Gorse

📋 copy color: '#F2F334'

red 242 ◦ green 243 ◦ blue 52

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

Shades of Gorse #F2F334

Tints of Gorse #F2F334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.68%

R = 45.07%
G = 45.25%
B = 9.68%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F2F334 (or 0xF2F334) is known color: Gorse. HEX triplet: F2, F3 and 34. RGB value is (242,243,52). Sum of RGB (Red+Green+Blue) = 242+243+52=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 52 (20.70% from 255 or 9.68% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F334 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F334 is #0D0CCB. Grayscale: #DDDDDD. Windows color (decimal): -855244 or 3470322. OLE color: 3470322.

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

Color convert

RGB 242 243 52 -
CMYK 0.00 0 0.79 0.05
HSL 60.31º 0.89% 0.58% -
HSV(B) 60.31º 0.79% 0.95% -
XYZ 69.29 83.23 15.66 -
YUV 220.93 32.67 143.03 -
System Red Green Blue C M Y K H S L
Decimal 242 243 52 0.00 0 0.79 0.05 60.31 0.89 0.58
Hex F2 F3 34 0 0 4F 5 3C 59 3A
Octal 362 363 64 0 0 117 5 74 131 72
Binary 11110010 11110011 110100 0 0 1001111 101 111100 1011001 111010

Color Harmonies of #F2F334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F334

Black with #F2F334

Text Example


Text Example

White with #F2F334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F334; }

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

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

background-color css

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

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

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

border-color css

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

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

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