Html Css Color HEX #F5F226 Gorse

📋 copy color: '#F5F226'

red 245 ◦ green 242 ◦ blue 38

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

Shades of Gorse #F5F226

Tints of Gorse #F5F226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.24%

R = 46.67%
G = 46.1%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F5F226 (or 0xF5F226) is known color: Gorse. HEX triplet: F5, F2 and 26. RGB value is (245,242,38). Sum of RGB (Red+Green+Blue) = 245+242+38=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 38 (15.23% from 255 or 7.24% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F226 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F226 is #0A0DD9. Grayscale: #DCDCDC. Windows color (decimal): -658906 or 2552565. OLE color: 2552565.

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

Color convert

RGB 245 242 38 -
CMYK 0 0.01 0.84 0.04
HSL 59.13º 0.91% 0.55% -
HSV(B) 59.13º 0.84% 0.96% -
XYZ 69.76 83.06 14.19 -
YUV 219.64 25.49 146.09 -
System Red Green Blue C M Y K H S L
Decimal 245 242 38 0 0.01 0.84 0.04 59.13 0.91 0.55
Hex F5 F2 26 0 1 54 4 3B 5B 37
Octal 365 362 46 0 1 124 4 73 133 67
Binary 11110101 11110010 100110 0 1 1010100 100 111011 1011011 110111

Color Harmonies of #F5F226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F226

Black with #F5F226

Text Example


Text Example

White with #F5F226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F226; }

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

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

background-color css

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

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

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

border-color css

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

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

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