Html Css Color HEX #FCDB3C Gorse

📋 copy color: '#FCDB3C'

red 252 ◦ green 219 ◦ blue 60

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

Shades of Gorse #FCDB3C

Tints of Gorse #FCDB3C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.24%

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

R = 47.46%
G = 41.24%
B = 11.3%

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

#FCDB3C (or 0xFCDB3C) is known color: Gorse. HEX triplet: FC, DB and 3C. RGB value is (252,219,60). Sum of RGB (Red+Green+Blue) = 252+219+60=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 60 (23.83% from 255 or 11.30% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB3C is #0324C3. Grayscale: #D3D3D3. Windows color (decimal): -206020 or 3988476. OLE color: 3988476.

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

Color convert

RGB 252 219 60 -
CMYK 0 0.13 0.76 0.01
HSL 49.69º 0.97% 0.61% -
HSV(B) 49.69º 0.76% 0.99% -
XYZ 66.29 71.68 14.62 -
YUV 210.74 42.93 157.43 -
System Red Green Blue C M Y K H S L
Decimal 252 219 60 0 0.13 0.76 0.01 49.69 0.97 0.61
Hex FC DB 3C 0 D 4C 1 32 61 3D
Octal 374 333 74 0 15 114 1 62 141 75
Binary 11111100 11011011 111100 0 1101 1001100 1 110010 1100001 111101

Color Harmonies of #FCDB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB3C

Black with #FCDB3C

Text Example


Text Example

White with #FCDB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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