Html Css Color HEX #F5F23A Gorse

📋 copy color: '#F5F23A'

red 245 ◦ green 242 ◦ blue 58

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

Shades of Gorse #F5F23A

Tints of Gorse #F5F23A

RGB

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

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

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

R = 44.95%
G = 44.4%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5F23A (or 0xF5F23A) is known color: Gorse. HEX triplet: F5, F2 and 3A. RGB value is (245,242,58). Sum of RGB (Red+Green+Blue) = 245+242+58=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 58 (23.05% from 255 or 10.64% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F23A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F23A is #0A0DC5. Grayscale: #DEDEDE. Windows color (decimal): -658886 or 3863285. OLE color: 3863285.

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

Color convert

RGB 245 242 58 -
CMYK 0 0.01 0.76 0.04
HSL 59.04º 0.9% 0.59% -
HSV(B) 59.04º 0.76% 0.96% -
XYZ 70.17 83.22 16.37 -
YUV 221.92 35.49 144.46 -
System Red Green Blue C M Y K H S L
Decimal 245 242 58 0 0.01 0.76 0.04 59.04 0.9 0.59
Hex F5 F2 3A 0 1 4C 4 3B 5A 3B
Octal 365 362 72 0 1 114 4 73 132 73
Binary 11110101 11110010 111010 0 1 1001100 100 111011 1011010 111011

Color Harmonies of #F5F23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F23A

Black with #F5F23A

Text Example


Text Example

White with #F5F23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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