Html Css Color HEX #FCDA3F Gorse

📋 copy color: '#FCDA3F'

red 252 ◦ green 218 ◦ blue 63

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

Shades of Gorse #FCDA3F

Tints of Gorse #FCDA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.82%

R = 47.28%
G = 40.9%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCDA3F (or 0xFCDA3F) is known color: Gorse. HEX triplet: FC, DA and 3F. RGB value is (252,218,63). Sum of RGB (Red+Green+Blue) = 252+218+63=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 63 (25% from 255 or 11.82% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA3F is #0325C0. Grayscale: #D3D3D3. Windows color (decimal): -206273 or 4184828. OLE color: 4184828.

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

Color convert

RGB 252 218 63 -
CMYK 0 0.13 0.75 0.01
HSL 49.21º 0.97% 0.62% -
HSV(B) 49.21º 0.75% 0.99% -
XYZ 66.11 71.2 14.96 -
YUV 210.5 44.76 157.6 -
System Red Green Blue C M Y K H S L
Decimal 252 218 63 0 0.13 0.75 0.01 49.21 0.97 0.62
Hex FC DA 3F 0 D 4B 1 31 61 3E
Octal 374 332 77 0 15 113 1 61 141 76
Binary 11111100 11011010 111111 0 1101 1001011 1 110001 1100001 111110

Color Harmonies of #FCDA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA3F

Black with #FCDA3F

Text Example


Text Example

White with #FCDA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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