Html Css Color HEX #FCF92F Gorse

📋 copy color: '#FCF92F'

red 252 ◦ green 249 ◦ blue 47

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

Shades of Gorse #FCF92F

Tints of Gorse #FCF92F

RGB

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

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

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

R = 45.99%
G = 45.44%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCF92F (or 0xFCF92F) is known color: Gorse. HEX triplet: FC, F9 and 2F. RGB value is (252,249,47). Sum of RGB (Red+Green+Blue) = 252+249+47=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 47 (18.75% from 255 or 8.58% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF92F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF92F is #0306D0. Grayscale: #E3E3E3. Windows color (decimal): -198353 or 3144188. OLE color: 3144188.

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

Color convert

RGB 252 249 47 -
CMYK 0 0.01 0.81 0.01
HSL 59.12º 0.97% 0.59% -
HSV(B) 59.12º 0.81% 0.99% -
XYZ 74.53 88.65 15.87 -
YUV 226.87 26.49 145.93 -
System Red Green Blue C M Y K H S L
Decimal 252 249 47 0 0.01 0.81 0.01 59.12 0.97 0.59
Hex FC F9 2F 0 1 51 1 3B 61 3B
Octal 374 371 57 0 1 121 1 73 141 73
Binary 11111100 11111001 101111 0 1 1010001 1 111011 1100001 111011

Color Harmonies of #FCF92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF92F

Black with #FCF92F

Text Example


Text Example

White with #FCF92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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