Html Css Color HEX #FFFC2F Gorse

📋 copy color: '#FFFC2F'

red 255 ◦ green 252 ◦ blue 47

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

Shades of Gorse #FFFC2F

Tints of Gorse #FFFC2F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.49%

 BLUE value IS 47 (18.75% from 255) = 8.48%

R = 46.03%
G = 45.49%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FFFC2F (or 0xFFFC2F) is known color: Gorse. HEX triplet: FF, FC and 2F. RGB value is (255,252,47). Sum of RGB (Red+Green+Blue) = 255+252+47=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 47 (18.75% from 255 or 8.48% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFC2F is #0003D0. Grayscale: #E6E6E6. Windows color (decimal): -977 or 3144959. OLE color: 3144959.

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

Color convert

RGB 255 252 47 -
CMYK 0 0.01 0.82 0
HSL 59.13º 1% 0.59% -
HSV(B) 59.13º 0.82% 1% -
XYZ 76.56 91.09 16.24 -
YUV 229.53 24.99 146.17 -
System Red Green Blue C M Y K H S L
Decimal 255 252 47 0 0.01 0.82 0 59.13 1 0.59
Hex FF FC 2F 0 1 52 0 3B 64 3B
Octal 377 374 57 0 1 122 0 73 144 73
Binary 11111111 11111100 101111 0 1 1010010 0 111011 1100100 111011

Color Harmonies of #FFFC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFC2F

Black with #FFFC2F

Text Example


Text Example

White with #FFFC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFC2F; }

 p { color: rgb(255,252,47); }

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

background-color css

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

 a { background-color: rgb(255,252,47); }

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

border-color css

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

 span { border-color: rgb(255,252,47); }

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