Html Css Color HEX #FCEE3A Gorse

📋 copy color: '#FCEE3A'

red 252 ◦ green 238 ◦ blue 58

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

Shades of Gorse #FCEE3A

Tints of Gorse #FCEE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 10.58%

R = 45.99%
G = 43.43%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCEE3A (or 0xFCEE3A) is known color: Gorse. HEX triplet: FC, EE and 3A. RGB value is (252,238,58). Sum of RGB (Red+Green+Blue) = 252+238+58=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 58 (23.05% from 255 or 10.58% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEE3A is #0311C5. Grayscale: #DEDEDE. Windows color (decimal): -201158 or 3862268. OLE color: 3862268.

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

Color convert

RGB 252 238 58 -
CMYK 0 0.06 0.77 0.01
HSL 55.67º 0.97% 0.61% -
HSV(B) 55.67º 0.77% 0.99% -
XYZ 71.48 82.15 16.09 -
YUV 221.67 35.64 149.64 -
System Red Green Blue C M Y K H S L
Decimal 252 238 58 0 0.06 0.77 0.01 55.67 0.97 0.61
Hex FC EE 3A 0 6 4D 1 38 61 3D
Octal 374 356 72 0 6 115 1 70 141 75
Binary 11111100 11101110 111010 0 110 1001101 1 111000 1100001 111101

Color Harmonies of #FCEE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEE3A

Black with #FCEE3A

Text Example


Text Example

White with #FCEE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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