Html Css Color HEX #FCEE2E Gorse

📋 copy color: '#FCEE2E'

red 252 ◦ green 238 ◦ blue 46

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

Shades of Gorse #FCEE2E

Tints of Gorse #FCEE2E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.4%

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

R = 47.01%
G = 44.4%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCEE2E (or 0xFCEE2E) is known color: Gorse. HEX triplet: FC, EE and 2E. RGB value is (252,238,46). Sum of RGB (Red+Green+Blue) = 252+238+46=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 46 (18.36% from 255 or 8.58% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEE2E is #0311D1. Grayscale: #DDDDDD. Windows color (decimal): -201170 or 3075836. OLE color: 3075836.

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

Color convert

RGB 252 238 46 -
CMYK 0 0.06 0.82 0.01
HSL 55.92º 0.97% 0.58% -
HSV(B) 55.92º 0.82% 0.99% -
XYZ 71.21 82.04 14.67 -
YUV 220.3 29.64 150.61 -
System Red Green Blue C M Y K H S L
Decimal 252 238 46 0 0.06 0.82 0.01 55.92 0.97 0.58
Hex FC EE 2E 0 6 52 1 38 61 3A
Octal 374 356 56 0 6 122 1 70 141 72
Binary 11111100 11101110 101110 0 110 1010010 1 111000 1100001 111010

Color Harmonies of #FCEE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEE2E

Black with #FCEE2E

Text Example


Text Example

White with #FCEE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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