Html Css Color HEX #F5FA2B Gorse

📋 copy color: '#F5FA2B'

red 245 ◦ green 250 ◦ blue 43

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

Shades of Gorse #F5FA2B

Tints of Gorse #F5FA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 7.99%

R = 45.54%
G = 46.47%
B = 7.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F5FA2B (or 0xF5FA2B) is known color: Gorse. HEX triplet: F5, FA and 2B. RGB value is (245,250,43). Sum of RGB (Red+Green+Blue) = 245+250+43=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 43 (17.19% from 255 or 7.99% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FA2B is #0A05D4. Grayscale: #E1E1E1. Windows color (decimal): -656853 or 2882293. OLE color: 2882293.

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

Color convert

RGB 245 250 43 -
CMYK 0.02 0 0.83 0.02
HSL 61.45º 0.95% 0.57% -
HSV(B) 61.45º 0.83% 0.98% -
XYZ 72.28 87.96 15.45 -
YUV 224.91 25.34 142.33 -
System Red Green Blue C M Y K H S L
Decimal 245 250 43 0.02 0 0.83 0.02 61.45 0.95 0.57
Hex F5 FA 2B 2 0 53 2 3D 5F 39
Octal 365 372 53 2 0 123 2 75 137 71
Binary 11110101 11111010 101011 10 0 1010011 10 111101 1011111 111001

Color Harmonies of #F5FA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FA2B

Black with #F5FA2B

Text Example


Text Example

White with #F5FA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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