Html Css Color HEX #F5F22C Gorse

📋 copy color: '#F5F22C'

red 245 ◦ green 242 ◦ blue 44

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

Shades of Gorse #F5F22C

Tints of Gorse #F5F22C

RGB

 RED value IS 245 (96.09% from 255) = 46.14%

 GREEN value IS 242 (94.92% from 255) = 45.57%

 BLUE value IS 44 (17.58% from 255) = 8.29%

R = 46.14%
G = 45.57%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5F22C (or 0xF5F22C) is known color: Gorse. HEX triplet: F5, F2 and 2C. RGB value is (245,242,44). Sum of RGB (Red+Green+Blue) = 245+242+44=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 44 (17.58% from 255 or 8.29% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F22C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F22C is #0A0DD3. Grayscale: #DDDDDD. Windows color (decimal): -658900 or 2945781. OLE color: 2945781.

HSL color Cylindrical-coordinate representation of color #F5F22C: hue angle of 59.1º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5F22C is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 242 44 -
CMYK 0 0.01 0.82 0.04
HSL 59.1º 0.91% 0.57% -
HSV(B) 59.1º 0.82% 0.96% -
XYZ 69.86 83.1 14.74 -
YUV 220.33 28.49 145.6 -
System Red Green Blue C M Y K H S L
Decimal 245 242 44 0 0.01 0.82 0.04 59.1 0.91 0.57
Hex F5 F2 2C 0 1 52 4 3B 5B 39
Octal 365 362 54 0 1 122 4 73 133 71
Binary 11110101 11110010 101100 0 1 1010010 100 111011 1011011 111001

Color Harmonies of #F5F22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F22C

Black with #F5F22C

Text Example


Text Example

White with #F5F22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F22C; }

 p { color: rgb(245,242,44); }

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

background-color css

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

 a { background-color: rgb(245,242,44); }

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

border-color css

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

 span { border-color: rgb(245,242,44); }

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