Html Css Color HEX #F5F02C Gorse

📋 copy color: '#F5F02C'

red 245 ◦ green 240 ◦ blue 44

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

Shades of Gorse #F5F02C

Tints of Gorse #F5F02C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.37%

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

R = 46.31%
G = 45.37%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5F02C (or 0xF5F02C) is known color: Gorse. HEX triplet: F5, F0 and 2C. RGB value is (245,240,44). Sum of RGB (Red+Green+Blue) = 245+240+44=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 44 (17.58% from 255 or 8.32% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F02C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F02C is #0A0FD3. Grayscale: #DBDBDB. Windows color (decimal): -659412 or 2945269. OLE color: 2945269.

HSL color Cylindrical-coordinate representation of color #F5F02C: hue angle of 58.51º 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 #F5F02C is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 240 44 -
CMYK 0 0.02 0.82 0.04
HSL 58.51º 0.91% 0.57% -
HSV(B) 58.51º 0.82% 0.96% -
XYZ 69.27 81.91 14.54 -
YUV 219.15 29.16 146.44 -
System Red Green Blue C M Y K H S L
Decimal 245 240 44 0 0.02 0.82 0.04 58.51 0.91 0.57
Hex F5 F0 2C 0 2 52 4 3B 5B 39
Octal 365 360 54 0 2 122 4 73 133 71
Binary 11110101 11110000 101100 0 10 1010010 100 111011 1011011 111001

Color Harmonies of #F5F02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F02C

Black with #F5F02C

Text Example


Text Example

White with #F5F02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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