Html Css Color HEX #FCDA31 Gorse

📋 copy color: '#FCDA31'

red 252 ◦ green 218 ◦ blue 49

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

Shades of Gorse #FCDA31

Tints of Gorse #FCDA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.44%

R = 48.55%
G = 42%
B = 9.44%

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

#FCDA31 (or 0xFCDA31) is known color: Gorse. HEX triplet: FC, DA and 31. RGB value is (252,218,49). Sum of RGB (Red+Green+Blue) = 252+218+49=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 49 (19.53% from 255 or 9.44% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA31 is #0325CE. Grayscale: #D1D1D1. Windows color (decimal): -206287 or 3267324. OLE color: 3267324.

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

Color convert

RGB 252 218 49 -
CMYK 0 0.13 0.81 0.01
HSL 49.95º 0.97% 0.59% -
HSV(B) 49.95º 0.81% 0.99% -
XYZ 65.77 71.06 13.16 -
YUV 208.9 37.76 158.74 -
System Red Green Blue C M Y K H S L
Decimal 252 218 49 0 0.13 0.81 0.01 49.95 0.97 0.59
Hex FC DA 31 0 D 51 1 32 61 3B
Octal 374 332 61 0 15 121 1 62 141 73
Binary 11111100 11011010 110001 0 1101 1010001 1 110010 1100001 111011

Color Harmonies of #FCDA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA31

Black with #FCDA31

Text Example


Text Example

White with #FCDA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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