Html Css Color HEX #FCDA2F Gorse

📋 copy color: '#FCDA2F'

red 252 ◦ green 218 ◦ blue 47

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

Shades of Gorse #FCDA2F

Tints of Gorse #FCDA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.09%

R = 48.74%
G = 42.17%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCDA2F (or 0xFCDA2F) is known color: Gorse. HEX triplet: FC, DA and 2F. RGB value is (252,218,47). Sum of RGB (Red+Green+Blue) = 252+218+47=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 47 (18.75% from 255 or 9.09% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA2F is #0325D0. Grayscale: #D1D1D1. Windows color (decimal): -206289 or 3136252. OLE color: 3136252.

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

Color convert

RGB 252 218 47 -
CMYK 0 0.13 0.81 0.01
HSL 50.05º 0.97% 0.59% -
HSV(B) 50.05º 0.81% 0.99% -
XYZ 65.73 71.04 12.94 -
YUV 208.67 36.76 158.9 -
System Red Green Blue C M Y K H S L
Decimal 252 218 47 0 0.13 0.81 0.01 50.05 0.97 0.59
Hex FC DA 2F 0 D 51 1 32 61 3B
Octal 374 332 57 0 15 121 1 62 141 73
Binary 11111100 11011010 101111 0 1101 1010001 1 110010 1100001 111011

Color Harmonies of #FCDA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA2F

Black with #FCDA2F

Text Example


Text Example

White with #FCDA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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