Html Css Color HEX #F5FA3A Gorse

📋 copy color: '#F5FA3A'

red 245 ◦ green 250 ◦ blue 58

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

Shades of Gorse #F5FA3A

Tints of Gorse #F5FA3A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.21%

 BLUE value IS 58 (23.05% from 255) = 10.49%

R = 44.3%
G = 45.21%
B = 10.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F5FA3A (or 0xF5FA3A) is known color: Gorse. HEX triplet: F5, FA and 3A. RGB value is (245,250,58). Sum of RGB (Red+Green+Blue) = 245+250+58=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 58 (23.05% from 255 or 10.49% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FA3A is #0A05C5. Grayscale: #E3E3E3. Windows color (decimal): -656838 or 3865333. OLE color: 3865333.

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

Color convert

RGB 245 250 58 -
CMYK 0.02 0 0.77 0.02
HSL 61.56º 0.95% 0.6% -
HSV(B) 61.56º 0.77% 0.98% -
XYZ 72.61 88.09 17.18 -
YUV 226.62 32.84 141.11 -
System Red Green Blue C M Y K H S L
Decimal 245 250 58 0.02 0 0.77 0.02 61.56 0.95 0.6
Hex F5 FA 3A 2 0 4D 2 3E 5F 3C
Octal 365 372 72 2 0 115 2 76 137 74
Binary 11110101 11111010 111010 10 0 1001101 10 111110 1011111 111100

Color Harmonies of #F5FA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FA3A

Black with #F5FA3A

Text Example


Text Example

White with #F5FA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FA3A; }

 p { color: rgb(245,250,58); }

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

background-color css

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

 a { background-color: rgb(245,250,58); }

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

border-color css

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

 span { border-color: rgb(245,250,58); }

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