Html Css Color HEX #FCE631 Gorse

📋 copy color: '#FCE631'

red 252 ◦ green 230 ◦ blue 49

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

Shades of Gorse #FCE631

Tints of Gorse #FCE631

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.31%

 BLUE value IS 49 (19.53% from 255) = 9.23%

R = 47.46%
G = 43.31%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCE631 (or 0xFCE631) is known color: Gorse. HEX triplet: FC, E6 and 31. RGB value is (252,230,49). Sum of RGB (Red+Green+Blue) = 252+230+49=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 49 (19.53% from 255 or 9.23% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE631 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE631 is #0319CE. Grayscale: #D8D8D8. Windows color (decimal): -203215 or 3270396. OLE color: 3270396.

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

Color convert

RGB 252 230 49 -
CMYK 0 0.09 0.81 0.01
HSL 53.5º 0.97% 0.59% -
HSV(B) 53.5º 0.81% 0.99% -
XYZ 69 77.51 14.23 -
YUV 215.94 33.79 153.72 -
System Red Green Blue C M Y K H S L
Decimal 252 230 49 0 0.09 0.81 0.01 53.5 0.97 0.59
Hex FC E6 31 0 9 51 1 35 61 3B
Octal 374 346 61 0 11 121 1 65 141 73
Binary 11111100 11100110 110001 0 1001 1010001 1 110101 1100001 111011

Color Harmonies of #FCE631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE631

Black with #FCE631

Text Example


Text Example

White with #FCE631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE631; }

 p { color: rgb(252,230,49); }

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

background-color css

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

 a { background-color: rgb(252,230,49); }

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

border-color css

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

 span { border-color: rgb(252,230,49); }

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