Html Css Color HEX #FCE632 Gorse

📋 copy color: '#FCE632'

red 252 ◦ green 230 ◦ blue 50

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

Shades of Gorse #FCE632

Tints of Gorse #FCE632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.4%

R = 47.37%
G = 43.23%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCE632 (or 0xFCE632) is known color: Gorse. HEX triplet: FC, E6 and 32. RGB value is (252,230,50). Sum of RGB (Red+Green+Blue) = 252+230+50=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 50 (19.92% from 255 or 9.40% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE632 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE632 is #0319CD. Grayscale: #D8D8D8. Windows color (decimal): -203214 or 3335932. OLE color: 3335932.

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

Color convert

RGB 252 230 50 -
CMYK 0 0.09 0.80 0.01
HSL 53.47º 0.97% 0.59% -
HSV(B) 53.47º 0.8% 0.99% -
XYZ 69.02 77.52 14.34 -
YUV 216.06 34.29 153.64 -
System Red Green Blue C M Y K H S L
Decimal 252 230 50 0 0.09 0.80 0.01 53.47 0.97 0.59
Hex FC E6 32 0 9 50 1 35 61 3B
Octal 374 346 62 0 11 120 1 65 141 73
Binary 11111100 11100110 110010 0 1001 1010000 1 110101 1100001 111011

Color Harmonies of #FCE632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE632

Black with #FCE632

Text Example


Text Example

White with #FCE632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE632; }

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

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

background-color css

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

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

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

border-color css

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

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

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