Html Css Color HEX #FCF92D Gorse

📋 copy color: '#FCF92D'

red 252 ◦ green 249 ◦ blue 45

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

Shades of Gorse #FCF92D

Tints of Gorse #FCF92D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.6%

 BLUE value IS 45 (17.97% from 255) = 8.24%

R = 46.15%
G = 45.6%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCF92D (or 0xFCF92D) is known color: Gorse. HEX triplet: FC, F9 and 2D. RGB value is (252,249,45). Sum of RGB (Red+Green+Blue) = 252+249+45=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 45 (17.97% from 255 or 8.24% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF92D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF92D is #0306D2. Grayscale: #E3E3E3. Windows color (decimal): -198355 or 3013116. OLE color: 3013116.

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

Color convert

RGB 252 249 45 -
CMYK 0 0.01 0.82 0.01
HSL 59.13º 0.97% 0.58% -
HSV(B) 59.13º 0.82% 0.99% -
XYZ 74.49 88.64 15.66 -
YUV 226.64 25.49 146.09 -
System Red Green Blue C M Y K H S L
Decimal 252 249 45 0 0.01 0.82 0.01 59.13 0.97 0.58
Hex FC F9 2D 0 1 52 1 3B 61 3A
Octal 374 371 55 0 1 122 1 73 141 72
Binary 11111100 11111001 101101 0 1 1010010 1 111011 1100001 111010

Color Harmonies of #FCF92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF92D

Black with #FCF92D

Text Example


Text Example

White with #FCF92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF92D; }

 p { color: rgb(252,249,45); }

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

background-color css

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

 a { background-color: rgb(252,249,45); }

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

border-color css

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

 span { border-color: rgb(252,249,45); }

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