Html Css Color HEX #FFFA28 Gorse

📋 copy color: '#FFFA28'

red 255 ◦ green 250 ◦ blue 40

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

Shades of Gorse #FFFA28

Tints of Gorse #FFFA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.34%

R = 46.79%
G = 45.87%
B = 7.34%

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

#FFFA28 (or 0xFFFA28) is known color: Gorse. HEX triplet: FF, FA and 28. RGB value is (255,250,40). Sum of RGB (Red+Green+Blue) = 255+250+40=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 40 (16.02% from 255 or 7.34% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA28 is #0005D7. Grayscale: #E4E4E4. Windows color (decimal): -1496 or 2685695. OLE color: 2685695.

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

Color convert

RGB 255 250 40 -
CMYK 0 0.02 0.84 0
HSL 58.6º 1% 0.58% -
HSV(B) 58.6º 0.84% 1% -
XYZ 75.81 89.78 15.34 -
YUV 227.56 22.16 147.58 -
System Red Green Blue C M Y K H S L
Decimal 255 250 40 0 0.02 0.84 0 58.6 1 0.58
Hex FF FA 28 0 2 54 0 3B 64 3A
Octal 377 372 50 0 2 124 0 73 144 72
Binary 11111111 11111010 101000 0 10 1010100 0 111011 1100100 111010

Color Harmonies of #FFFA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA28

Black with #FFFA28

Text Example


Text Example

White with #FFFA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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