Html Css Color HEX #FCDA3C Gorse

📋 copy color: '#FCDA3C'

red 252 ◦ green 218 ◦ blue 60

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

Shades of Gorse #FCDA3C

Tints of Gorse #FCDA3C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.13%

 BLUE value IS 60 (23.83% from 255) = 11.32%

R = 47.55%
G = 41.13%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCDA3C (or 0xFCDA3C) is known color: Gorse. HEX triplet: FC, DA and 3C. RGB value is (252,218,60). Sum of RGB (Red+Green+Blue) = 252+218+60=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 60 (23.83% from 255 or 11.32% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA3C is #0325C3. Grayscale: #D2D2D2. Windows color (decimal): -206276 or 3988220. OLE color: 3988220.

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

Color convert

RGB 252 218 60 -
CMYK 0 0.13 0.76 0.01
HSL 49.38º 0.97% 0.61% -
HSV(B) 49.38º 0.76% 0.99% -
XYZ 66.03 71.16 14.53 -
YUV 210.15 43.26 157.85 -
System Red Green Blue C M Y K H S L
Decimal 252 218 60 0 0.13 0.76 0.01 49.38 0.97 0.61
Hex FC DA 3C 0 D 4C 1 31 61 3D
Octal 374 332 74 0 15 114 1 61 141 75
Binary 11111100 11011010 111100 0 1101 1001100 1 110001 1100001 111101

Color Harmonies of #FCDA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA3C

Black with #FCDA3C

Text Example


Text Example

White with #FCDA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA3C; }

 p { color: rgb(252,218,60); }

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

background-color css

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

 a { background-color: rgb(252,218,60); }

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

border-color css

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

 span { border-color: rgb(252,218,60); }

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