Html Css Color HEX #FCF531 Gorse

📋 copy color: '#FCF531'

red 252 ◦ green 245 ◦ blue 49

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

Shades of Gorse #FCF531

Tints of Gorse #FCF531

RGB

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

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

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

R = 46.15%
G = 44.87%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCF531 (or 0xFCF531) is known color: Gorse. HEX triplet: FC, F5 and 31. RGB value is (252,245,49). Sum of RGB (Red+Green+Blue) = 252+245+49=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 245 (96.09% from 255 or 44.87% from 546); Blue value is 49 (19.53% from 255 or 8.97% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF531 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF531 is #030ACE. Grayscale: #E1E1E1. Windows color (decimal): -199375 or 3274236. OLE color: 3274236.

HSL color Cylindrical-coordinate representation of color #FCF531: hue angle of 57.93º 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 #FCF531 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 245 49 -
CMYK 0 0.03 0.81 0.01
HSL 57.93º 0.97% 0.59% -
HSV(B) 57.93º 0.81% 0.99% -
XYZ 73.35 86.22 15.68 -
YUV 224.75 28.82 147.44 -
System Red Green Blue C M Y K H S L
Decimal 252 245 49 0 0.03 0.81 0.01 57.93 0.97 0.59
Hex FC F5 31 0 3 51 1 3A 61 3B
Octal 374 365 61 0 3 121 1 72 141 73
Binary 11111100 11110101 110001 0 11 1010001 1 111010 1100001 111011

Color Harmonies of #FCF531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF531

Black with #FCF531

Text Example


Text Example

White with #FCF531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF531; }

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

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

background-color css

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

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

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

border-color css

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

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

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