Html Css Color HEX #F4F132 Gorse

📋 copy color: '#F4F132'

red 244 ◦ green 241 ◦ blue 50

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

Shades of Gorse #F4F132

Tints of Gorse #F4F132

RGB

 RED value IS 244 (95.7% from 255) = 45.61%

 GREEN value IS 241 (94.53% from 255) = 45.05%

 BLUE value IS 50 (19.92% from 255) = 9.35%

R = 45.61%
G = 45.05%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F4F132 (or 0xF4F132) is known color: Gorse. HEX triplet: F4, F1 and 32. RGB value is (244,241,50). Sum of RGB (Red+Green+Blue) = 244+241+50=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 50 (19.92% from 255 or 9.35% from 535); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F132 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4F132 is #0B0ECD. Grayscale: #DCDCDC. Windows color (decimal): -724686 or 3338740. OLE color: 3338740.

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

Color convert

RGB 244 241 50 -
CMYK 0 0.01 0.80 0.04
HSL 59.07º 0.9% 0.58% -
HSV(B) 59.07º 0.8% 0.96% -
XYZ 69.34 82.37 15.26 -
YUV 220.12 31.99 145.03 -
System Red Green Blue C M Y K H S L
Decimal 244 241 50 0 0.01 0.80 0.04 59.07 0.9 0.58
Hex F4 F1 32 0 1 50 4 3B 5A 3A
Octal 364 361 62 0 1 120 4 73 132 72
Binary 11110100 11110001 110010 0 1 1010000 100 111011 1011010 111010

Color Harmonies of #F4F132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4F132

Black with #F4F132

Text Example


Text Example

White with #F4F132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4F132; }

 p { color: rgb(244,241,50); }

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

background-color css

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

 a { background-color: rgb(244,241,50); }

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

border-color css

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

 span { border-color: rgb(244,241,50); }

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