Html Css Color HEX #F5F92D Gorse

📋 copy color: '#F5F92D'

red 245 ◦ green 249 ◦ blue 45

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

Shades of Gorse #F5F92D

Tints of Gorse #F5F92D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.2%

 BLUE value IS 45 (17.97% from 255) = 8.35%

R = 45.45%
G = 46.2%
B = 8.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F5F92D (or 0xF5F92D) is known color: Gorse. HEX triplet: F5, F9 and 2D. RGB value is (245,249,45). Sum of RGB (Red+Green+Blue) = 245+249+45=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 45 (17.97% from 255 or 8.35% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F92D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F92D is #0A06D2. Grayscale: #E1E1E1. Windows color (decimal): -657107 or 3013109. OLE color: 3013109.

HSL color Cylindrical-coordinate representation of color #F5F92D: hue angle of 61.18º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5F92D is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 249 45 -
CMYK 0.02 0 0.82 0.02
HSL 61.18º 0.94% 0.58% -
HSV(B) 61.18º 0.82% 0.98% -
XYZ 72.01 87.35 15.55 -
YUV 224.55 26.67 142.59 -
System Red Green Blue C M Y K H S L
Decimal 245 249 45 0.02 0 0.82 0.02 61.18 0.94 0.58
Hex F5 F9 2D 2 0 52 2 3D 5E 3A
Octal 365 371 55 2 0 122 2 75 136 72
Binary 11110101 11111001 101101 10 0 1010010 10 111101 1011110 111010

Color Harmonies of #F5F92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F92D

Black with #F5F92D

Text Example


Text Example

White with #F5F92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F92D; }

 p { color: rgb(245,249,45); }

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

background-color css

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

 a { background-color: rgb(245,249,45); }

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

border-color css

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

 span { border-color: rgb(245,249,45); }

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