Html Css Color HEX #FCEF2A Gorse

📋 copy color: '#FCEF2A'

red 252 ◦ green 239 ◦ blue 42

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

Shades of Gorse #FCEF2A

Tints of Gorse #FCEF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.88%

R = 47.28%
G = 44.84%
B = 7.88%

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

#FCEF2A (or 0xFCEF2A) is known color: Gorse. HEX triplet: FC, EF and 2A. RGB value is (252,239,42). Sum of RGB (Red+Green+Blue) = 252+239+42=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 42 (16.80% from 255 or 7.88% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEF2A is #0310D5. Grayscale: #DDDDDD. Windows color (decimal): -200918 or 2813948. OLE color: 2813948.

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

Color convert

RGB 252 239 42 -
CMYK 0 0.05 0.83 0.01
HSL 56.29º 0.97% 0.58% -
HSV(B) 56.29º 0.83% 0.99% -
XYZ 71.43 82.6 14.37 -
YUV 220.43 27.31 150.52 -
System Red Green Blue C M Y K H S L
Decimal 252 239 42 0 0.05 0.83 0.01 56.29 0.97 0.58
Hex FC EF 2A 0 5 53 1 38 61 3A
Octal 374 357 52 0 5 123 1 70 141 72
Binary 11111100 11101111 101010 0 101 1010011 1 111000 1100001 111010

Color Harmonies of #FCEF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF2A

Black with #FCEF2A

Text Example


Text Example

White with #FCEF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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