Html Css Color HEX #FFF031 Gorse

📋 copy color: '#FFF031'

red 255 ◦ green 240 ◦ blue 49

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

Shades of Gorse #FFF031

Tints of Gorse #FFF031

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.12%

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

R = 46.88%
G = 44.12%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFF031 (or 0xFFF031) is known color: Gorse. HEX triplet: FF, F0 and 31. RGB value is (255,240,49). Sum of RGB (Red+Green+Blue) = 255+240+49=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 49 (19.53% from 255 or 9.01% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF031 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF031 is #000FCE. Grayscale: #DFDFDF. Windows color (decimal): -4047 or 3272959. OLE color: 3272959.

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

Color convert

RGB 255 240 49 -
CMYK 0 0.06 0.81 0
HSL 55.63º 1% 0.6% -
HSV(B) 55.63º 0.81% 1% -
XYZ 72.95 83.8 15.24 -
YUV 222.71 29.97 151.03 -
System Red Green Blue C M Y K H S L
Decimal 255 240 49 0 0.06 0.81 0 55.63 1 0.6
Hex FF F0 31 0 6 51 0 38 64 3C
Octal 377 360 61 0 6 121 0 70 144 74
Binary 11111111 11110000 110001 0 110 1010001 0 111000 1100100 111100

Color Harmonies of #FFF031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF031

Black with #FFF031

Text Example


Text Example

White with #FFF031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF031; }

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

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

background-color css

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

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

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

border-color css

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

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

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