Html Css Color HEX #FCDF3C Gorse

📋 copy color: '#FCDF3C'

red 252 ◦ green 223 ◦ blue 60

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

Shades of Gorse #FCDF3C

Tints of Gorse #FCDF3C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.68%

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

R = 47.1%
G = 41.68%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCDF3C (or 0xFCDF3C) is known color: Gorse. HEX triplet: FC, DF and 3C. RGB value is (252,223,60). Sum of RGB (Red+Green+Blue) = 252+223+60=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 60 (23.83% from 255 or 11.21% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF3C is #0320C3. Grayscale: #D5D5D5. Windows color (decimal): -204996 or 3989500. OLE color: 3989500.

HSL color Cylindrical-coordinate representation of color #FCDF3C: hue angle of 50.94º 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 #FCDF3C is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 223 60 -
CMYK 0 0.12 0.76 0.01
HSL 50.94º 0.97% 0.61% -
HSV(B) 50.94º 0.76% 0.99% -
XYZ 67.35 73.8 14.97 -
YUV 213.09 41.61 155.75 -
System Red Green Blue C M Y K H S L
Decimal 252 223 60 0 0.12 0.76 0.01 50.94 0.97 0.61
Hex FC DF 3C 0 C 4C 1 33 61 3D
Octal 374 337 74 0 14 114 1 63 141 75
Binary 11111100 11011111 111100 0 1100 1001100 1 110011 1100001 111101

Color Harmonies of #FCDF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF3C

Black with #FCDF3C

Text Example


Text Example

White with #FCDF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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