Html Css Color HEX #FFFA31 Gorse

📋 copy color: '#FFFA31'

red 255 ◦ green 250 ◦ blue 49

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

Shades of Gorse #FFFA31

Tints of Gorse #FFFA31

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.13%

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

R = 46.03%
G = 45.13%
B = 8.84%

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

#FFFA31 (or 0xFFFA31) is known color: Gorse. HEX triplet: FF, FA and 31. RGB value is (255,250,49). Sum of RGB (Red+Green+Blue) = 255+250+49=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 49 (19.53% from 255 or 8.84% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA31 is #0005CE. Grayscale: #E5E5E5. Windows color (decimal): -1487 or 3275519. OLE color: 3275519.

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

Color convert

RGB 255 250 49 -
CMYK 0 0.02 0.81 0
HSL 58.54º 1% 0.6% -
HSV(B) 58.54º 0.81% 1% -
XYZ 75.98 89.85 16.24 -
YUV 228.58 26.66 146.84 -
System Red Green Blue C M Y K H S L
Decimal 255 250 49 0 0.02 0.81 0 58.54 1 0.6
Hex FF FA 31 0 2 51 0 3B 64 3C
Octal 377 372 61 0 2 121 0 73 144 74
Binary 11111111 11111010 110001 0 10 1010001 0 111011 1100100 111100

Color Harmonies of #FFFA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA31

Black with #FFFA31

Text Example


Text Example

White with #FFFA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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