Html Css Color HEX #FFF132 Gorse

📋 copy color: '#FFF132'

red 255 ◦ green 241 ◦ blue 50

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

Shades of Gorse #FFF132

Tints of Gorse #FFF132

RGB

 RED value IS 255 (100% from 255) = 46.7%

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

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

R = 46.7%
G = 44.14%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFF132 (or 0xFFF132) is known color: Gorse. HEX triplet: FF, F1 and 32. RGB value is (255,241,50). Sum of RGB (Red+Green+Blue) = 255+241+50=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 50 (19.92% from 255 or 9.16% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF132 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF132 is #000ECD. Grayscale: #E0E0E0. Windows color (decimal): -3790 or 3338751. OLE color: 3338751.

HSL color Cylindrical-coordinate representation of color #FFF132: hue angle of 55.9º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFF132 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 241 50 -
CMYK 0 0.05 0.80 0
HSL 55.9º 1% 0.6% -
HSV(B) 55.9º 0.8% 1% -
XYZ 73.27 84.4 15.45 -
YUV 223.41 30.14 150.53 -
System Red Green Blue C M Y K H S L
Decimal 255 241 50 0 0.05 0.80 0 55.9 1 0.6
Hex FF F1 32 0 5 50 0 38 64 3C
Octal 377 361 62 0 5 120 0 70 144 74
Binary 11111111 11110001 110010 0 101 1010000 0 111000 1100100 111100

Color Harmonies of #FFF132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF132

Black with #FFF132

Text Example


Text Example

White with #FFF132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF132; }

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

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

background-color css

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

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

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

border-color css

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

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

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