Html Css Color HEX #FCEF2C Gorse

📋 copy color: '#FCEF2C'

red 252 ◦ green 239 ◦ blue 44

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

Shades of Gorse #FCEF2C

Tints of Gorse #FCEF2C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.67%

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

R = 47.1%
G = 44.67%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCEF2C (or 0xFCEF2C) is known color: Gorse. HEX triplet: FC, EF and 2C. RGB value is (252,239,44). Sum of RGB (Red+Green+Blue) = 252+239+44=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 44 (17.58% from 255 or 8.22% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEF2C is #0310D3. Grayscale: #DDDDDD. Windows color (decimal): -200916 or 2945020. OLE color: 2945020.

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

Color convert

RGB 252 239 44 -
CMYK 0 0.05 0.83 0.01
HSL 56.25º 0.97% 0.58% -
HSV(B) 56.25º 0.83% 0.99% -
XYZ 71.47 82.61 14.56 -
YUV 220.66 28.31 150.36 -
System Red Green Blue C M Y K H S L
Decimal 252 239 44 0 0.05 0.83 0.01 56.25 0.97 0.58
Hex FC EF 2C 0 5 53 1 38 61 3A
Octal 374 357 54 0 5 123 1 70 141 72
Binary 11111100 11101111 101100 0 101 1010011 1 111000 1100001 111010

Color Harmonies of #FCEF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF2C

Black with #FCEF2C

Text Example


Text Example

White with #FCEF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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