Html Css Color HEX #FCF731 Gorse

📋 copy color: '#FCF731'

red 252 ◦ green 247 ◦ blue 49

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

Shades of Gorse #FCF731

Tints of Gorse #FCF731

RGB

 RED value IS 252 (98.83% from 255) = 45.99%

 GREEN value IS 247 (96.88% from 255) = 45.07%

 BLUE value IS 49 (19.53% from 255) = 8.94%

R = 45.99%
G = 45.07%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCF731 (or 0xFCF731) is known color: Gorse. HEX triplet: FC, F7 and 31. RGB value is (252,247,49). Sum of RGB (Red+Green+Blue) = 252+247+49=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 49 (19.53% from 255 or 8.94% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF731 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF731 is #0308CE. Grayscale: #E2E2E2. Windows color (decimal): -198863 or 3274748. OLE color: 3274748.

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

Color convert

RGB 252 247 49 -
CMYK 0 0.02 0.81 0.01
HSL 58.52º 0.97% 0.59% -
HSV(B) 58.52º 0.81% 0.99% -
XYZ 73.96 87.44 15.88 -
YUV 225.92 28.16 146.6 -
System Red Green Blue C M Y K H S L
Decimal 252 247 49 0 0.02 0.81 0.01 58.52 0.97 0.59
Hex FC F7 31 0 2 51 1 3B 61 3B
Octal 374 367 61 0 2 121 1 73 141 73
Binary 11111100 11110111 110001 0 10 1010001 1 111011 1100001 111011

Color Harmonies of #FCF731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF731

Black with #FCF731

Text Example


Text Example

White with #FCF731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF731; }

 p { color: rgb(252,247,49); }

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

background-color css

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

 a { background-color: rgb(252,247,49); }

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

border-color css

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

 span { border-color: rgb(252,247,49); }

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