Html Css Color HEX #FFFA29 Gorse

📋 copy color: '#FFFA29'

red 255 ◦ green 250 ◦ blue 41

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

Shades of Gorse #FFFA29

Tints of Gorse #FFFA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 7.51%

R = 46.7%
G = 45.79%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFFA29 (or 0xFFFA29) is known color: Gorse. HEX triplet: FF, FA and 29. RGB value is (255,250,41). Sum of RGB (Red+Green+Blue) = 255+250+41=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 41 (16.41% from 255 or 7.51% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA29 is #0005D6. Grayscale: #E4E4E4. Windows color (decimal): -1495 or 2751231. OLE color: 2751231.

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

Color convert

RGB 255 250 41 -
CMYK 0 0.02 0.84 0
HSL 58.6º 1% 0.58% -
HSV(B) 58.6º 0.84% 1% -
XYZ 75.83 89.79 15.43 -
YUV 227.67 22.66 147.49 -
System Red Green Blue C M Y K H S L
Decimal 255 250 41 0 0.02 0.84 0 58.6 1 0.58
Hex FF FA 29 0 2 54 0 3B 64 3A
Octal 377 372 51 0 2 124 0 73 144 72
Binary 11111111 11111010 101001 0 10 1010100 0 111011 1100100 111010

Color Harmonies of #FFFA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA29

Black with #FFFA29

Text Example


Text Example

White with #FFFA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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