Html Css Color HEX #FCD741 Gorse

📋 copy color: '#FCD741'

red 252 ◦ green 215 ◦ blue 65

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

Shades of Gorse #FCD741

Tints of Gorse #FCD741

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.41%

 BLUE value IS 65 (25.78% from 255) = 12.22%

R = 47.37%
G = 40.41%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCD741 (or 0xFCD741) is known color: Gorse. HEX triplet: FC, D7 and 41. RGB value is (252,215,65). Sum of RGB (Red+Green+Blue) = 252+215+65=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 65 (25.78% from 255 or 12.22% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD741 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD741 is #0328BE. Grayscale: #D1D1D1. Windows color (decimal): -207039 or 4315132. OLE color: 4315132.

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

Color convert

RGB 252 215 65 -
CMYK 0 0.15 0.74 0.01
HSL 48.13º 0.97% 0.62% -
HSV(B) 48.13º 0.74% 0.99% -
XYZ 65.4 69.68 15 -
YUV 208.96 46.76 158.7 -
System Red Green Blue C M Y K H S L
Decimal 252 215 65 0 0.15 0.74 0.01 48.13 0.97 0.62
Hex FC D7 41 0 F 4A 1 30 61 3E
Octal 374 327 101 0 17 112 1 60 141 76
Binary 11111100 11010111 1000001 0 1111 1001010 1 110000 1100001 111110

Color Harmonies of #FCD741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD741

Black with #FCD741

Text Example


Text Example

White with #FCD741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD741; }

 p { color: rgb(252,215,65); }

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

background-color css

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

 a { background-color: rgb(252,215,65); }

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

border-color css

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

 span { border-color: rgb(252,215,65); }

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