Html Css Color HEX #FCFB2C Gorse

📋 copy color: '#FCFB2C'

red 252 ◦ green 251 ◦ blue 44

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

Shades of Gorse #FCFB2C

Tints of Gorse #FCFB2C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.89%

 BLUE value IS 44 (17.58% from 255) = 8.04%

R = 46.07%
G = 45.89%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCFB2C (or 0xFCFB2C) is known color: Gorse. HEX triplet: FC, FB and 2C. RGB value is (252,251,44). Sum of RGB (Red+Green+Blue) = 252+251+44=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 44 (17.58% from 255 or 8.04% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFB2C is #0304D3. Grayscale: #E4E4E4. Windows color (decimal): -197844 or 2948092. OLE color: 2948092.

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

Color convert

RGB 252 251 44 -
CMYK 0 0.00 0.83 0.01
HSL 59.71º 0.97% 0.58% -
HSV(B) 59.71º 0.83% 0.99% -
XYZ 75.1 89.87 15.77 -
YUV 227.7 24.33 145.33 -
System Red Green Blue C M Y K H S L
Decimal 252 251 44 0 0.00 0.83 0.01 59.71 0.97 0.58
Hex FC FB 2C 0 0 53 1 3C 61 3A
Octal 374 373 54 0 0 123 1 74 141 72
Binary 11111100 11111011 101100 0 0 1010011 1 111100 1100001 111010

Color Harmonies of #FCFB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB2C

Black with #FCFB2C

Text Example


Text Example

White with #FCFB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB2C; }

 p { color: rgb(252,251,44); }

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

background-color css

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

 a { background-color: rgb(252,251,44); }

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

border-color css

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

 span { border-color: rgb(252,251,44); }

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