Html Css Color HEX #FFF931 Gorse

📋 copy color: '#FFF931'

red 255 ◦ green 249 ◦ blue 49

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

Shades of Gorse #FFF931

Tints of Gorse #FFF931

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.03%

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

R = 46.11%
G = 45.03%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFF931 (or 0xFFF931) is known color: Gorse. HEX triplet: FF, F9 and 31. RGB value is (255,249,49). Sum of RGB (Red+Green+Blue) = 255+249+49=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 49 (19.53% from 255 or 8.86% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF931 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF931 is #0006CE. Grayscale: #E4E4E4. Windows color (decimal): -1743 or 3275263. OLE color: 3275263.

HSL color Cylindrical-coordinate representation of color #FFF931: hue angle of 58.25º 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 #FFF931 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 249 49 -
CMYK 0 0.02 0.81 0
HSL 58.25º 1% 0.6% -
HSV(B) 58.25º 0.81% 1% -
XYZ 75.67 89.23 16.14 -
YUV 227.99 26.99 147.26 -
System Red Green Blue C M Y K H S L
Decimal 255 249 49 0 0.02 0.81 0 58.25 1 0.6
Hex FF F9 31 0 2 51 0 3A 64 3C
Octal 377 371 61 0 2 121 0 72 144 74
Binary 11111111 11111001 110001 0 10 1010001 0 111010 1100100 111100

Color Harmonies of #FFF931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF931

Black with #FFF931

Text Example


Text Example

White with #FFF931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF931; }

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

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

background-color css

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

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

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

border-color css

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

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

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