Html Css Color HEX #FCDA3D Gorse

📋 copy color: '#FCDA3D'

red 252 ◦ green 218 ◦ blue 61

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

Shades of Gorse #FCDA3D

Tints of Gorse #FCDA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.49%

R = 47.46%
G = 41.05%
B = 11.49%

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

#FCDA3D (or 0xFCDA3D) is known color: Gorse. HEX triplet: FC, DA and 3D. RGB value is (252,218,61). Sum of RGB (Red+Green+Blue) = 252+218+61=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 61 (24.22% from 255 or 11.49% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA3D is #0325C2. Grayscale: #D2D2D2. Windows color (decimal): -206275 or 4053756. OLE color: 4053756.

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

Color convert

RGB 252 218 61 -
CMYK 0 0.13 0.76 0.01
HSL 49.32º 0.97% 0.61% -
HSV(B) 49.32º 0.76% 0.99% -
XYZ 66.06 71.18 14.67 -
YUV 210.27 43.76 157.77 -
System Red Green Blue C M Y K H S L
Decimal 252 218 61 0 0.13 0.76 0.01 49.32 0.97 0.61
Hex FC DA 3D 0 D 4C 1 31 61 3D
Octal 374 332 75 0 15 114 1 61 141 75
Binary 11111100 11011010 111101 0 1101 1001100 1 110001 1100001 111101

Color Harmonies of #FCDA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA3D

Black with #FCDA3D

Text Example


Text Example

White with #FCDA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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