Html Css Color HEX #FFF428 Gorse

📋 copy color: '#FFF428'

red 255 ◦ green 244 ◦ blue 40

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

Shades of Gorse #FFF428

Tints of Gorse #FFF428

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.27%

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

R = 47.31%
G = 45.27%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFF428 (or 0xFFF428) is known color: Gorse. HEX triplet: FF, F4 and 28. RGB value is (255,244,40). Sum of RGB (Red+Green+Blue) = 255+244+40=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 40 (16.02% from 255 or 7.42% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF428 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF428 is #000BD7. Grayscale: #E0E0E0. Windows color (decimal): -3032 or 2684159. OLE color: 2684159.

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

Color convert

RGB 255 244 40 -
CMYK 0 0.04 0.84 0
HSL 56.93º 1% 0.58% -
HSV(B) 56.93º 0.84% 1% -
XYZ 73.97 86.11 14.73 -
YUV 224.03 24.14 150.09 -
System Red Green Blue C M Y K H S L
Decimal 255 244 40 0 0.04 0.84 0 56.93 1 0.58
Hex FF F4 28 0 4 54 0 39 64 3A
Octal 377 364 50 0 4 124 0 71 144 72
Binary 11111111 11110100 101000 0 100 1010100 0 111001 1100100 111010

Color Harmonies of #FFF428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF428

Black with #FFF428

Text Example


Text Example

White with #FFF428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF428; }

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

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

background-color css

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

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

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

border-color css

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

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

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