Html Css Color HEX #FFF332 Gorse

📋 copy color: '#FFF332'

red 255 ◦ green 243 ◦ blue 50

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

Shades of Gorse #FFF332

Tints of Gorse #FFF332

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.34%

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

R = 46.53%
G = 44.34%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FFF332 (or 0xFFF332) is known color: Gorse. HEX triplet: FF, F3 and 32. RGB value is (255,243,50). Sum of RGB (Red+Green+Blue) = 255+243+50=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 50 (19.92% from 255 or 9.12% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF332 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF332 is #000CCD. Grayscale: #E1E1E1. Windows color (decimal): -3278 or 3339263. OLE color: 3339263.

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

Color convert

RGB 255 243 50 -
CMYK 0 0.05 0.80 0
HSL 56.49º 1% 0.6% -
HSV(B) 56.49º 0.8% 1% -
XYZ 73.87 85.59 15.65 -
YUV 224.59 29.48 149.69 -
System Red Green Blue C M Y K H S L
Decimal 255 243 50 0 0.05 0.80 0 56.49 1 0.6
Hex FF F3 32 0 5 50 0 38 64 3C
Octal 377 363 62 0 5 120 0 70 144 74
Binary 11111111 11110011 110010 0 101 1010000 0 111000 1100100 111100

Color Harmonies of #FFF332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF332

Black with #FFF332

Text Example


Text Example

White with #FFF332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF332; }

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

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

background-color css

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

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

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

border-color css

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

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

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