Html Css Color HEX #FFF131 Gorse

📋 copy color: '#FFF131'

red 255 ◦ green 241 ◦ blue 49

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

Shades of Gorse #FFF131

Tints of Gorse #FFF131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 8.99%

R = 46.79%
G = 44.22%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFF131 (or 0xFFF131) is known color: Gorse. HEX triplet: FF, F1 and 31. RGB value is (255,241,49). Sum of RGB (Red+Green+Blue) = 255+241+49=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 49 (19.53% from 255 or 8.99% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF131 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF131 is #000ECE. Grayscale: #E0E0E0. Windows color (decimal): -3791 or 3273215. OLE color: 3273215.

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

Color convert

RGB 255 241 49 -
CMYK 0 0.05 0.81 0
HSL 55.92º 1% 0.6% -
HSV(B) 55.92º 0.81% 1% -
XYZ 73.25 84.39 15.33 -
YUV 223.3 29.64 150.61 -
System Red Green Blue C M Y K H S L
Decimal 255 241 49 0 0.05 0.81 0 55.92 1 0.6
Hex FF F1 31 0 5 51 0 38 64 3C
Octal 377 361 61 0 5 121 0 70 144 74
Binary 11111111 11110001 110001 0 101 1010001 0 111000 1100100 111100

Color Harmonies of #FFF131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF131

Black with #FFF131

Text Example


Text Example

White with #FFF131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF131; }

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

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

background-color css

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

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

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

border-color css

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

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

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