Html Css Color HEX #FFF532 Gorse

📋 copy color: '#FFF532'

red 255 ◦ green 245 ◦ blue 50

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

Shades of Gorse #FFF532

Tints of Gorse #FFF532

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.55%

 BLUE value IS 50 (19.92% from 255) = 9.09%

R = 46.36%
G = 44.55%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFF532 (or 0xFFF532) is known color: Gorse. HEX triplet: FF, F5 and 32. RGB value is (255,245,50). Sum of RGB (Red+Green+Blue) = 255+245+50=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 50 (19.92% from 255 or 9.09% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF532 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF532 is #000ACD. Grayscale: #E2E2E2. Windows color (decimal): -2766 or 3339775. OLE color: 3339775.

HSL color Cylindrical-coordinate representation of color #FFF532: hue angle of 57.07º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFF532 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 245 50 -
CMYK 0 0.04 0.80 0
HSL 57.07º 1% 0.6% -
HSV(B) 57.07º 0.8% 1% -
XYZ 74.47 86.8 15.85 -
YUV 225.76 28.81 148.86 -
System Red Green Blue C M Y K H S L
Decimal 255 245 50 0 0.04 0.80 0 57.07 1 0.6
Hex FF F5 32 0 4 50 0 39 64 3C
Octal 377 365 62 0 4 120 0 71 144 74
Binary 11111111 11110101 110010 0 100 1010000 0 111001 1100100 111100

Color Harmonies of #FFF532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF532

Black with #FFF532

Text Example


Text Example

White with #FFF532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF532; }

 p { color: rgb(255,245,50); }

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

background-color css

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

 a { background-color: rgb(255,245,50); }

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

border-color css

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

 span { border-color: rgb(255,245,50); }

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