Html Css Color HEX #FCEF2E Gorse

📋 copy color: '#FCEF2E'

red 252 ◦ green 239 ◦ blue 46

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

Shades of Gorse #FCEF2E

Tints of Gorse #FCEF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.57%

R = 46.93%
G = 44.51%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCEF2E (or 0xFCEF2E) is known color: Gorse. HEX triplet: FC, EF and 2E. RGB value is (252,239,46). Sum of RGB (Red+Green+Blue) = 252+239+46=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 46 (18.36% from 255 or 8.57% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEF2E is #0310D1. Grayscale: #DDDDDD. Windows color (decimal): -200914 or 3076092. OLE color: 3076092.

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

Color convert

RGB 252 239 46 -
CMYK 0 0.05 0.82 0.01
HSL 56.21º 0.97% 0.58% -
HSV(B) 56.21º 0.82% 0.99% -
XYZ 71.5 82.63 14.76 -
YUV 220.89 29.31 150.19 -
System Red Green Blue C M Y K H S L
Decimal 252 239 46 0 0.05 0.82 0.01 56.21 0.97 0.58
Hex FC EF 2E 0 5 52 1 38 61 3A
Octal 374 357 56 0 5 122 1 70 141 72
Binary 11111100 11101111 101110 0 101 1010010 1 111000 1100001 111010

Color Harmonies of #FCEF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF2E

Black with #FCEF2E

Text Example


Text Example

White with #FCEF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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