Html Css Color HEX #FCDA2E Gorse

📋 copy color: '#FCDA2E'

red 252 ◦ green 218 ◦ blue 46

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

Shades of Gorse #FCDA2E

Tints of Gorse #FCDA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.91%

R = 48.84%
G = 42.25%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCDA2E (or 0xFCDA2E) is known color: Gorse. HEX triplet: FC, DA and 2E. RGB value is (252,218,46). Sum of RGB (Red+Green+Blue) = 252+218+46=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 46 (18.36% from 255 or 8.91% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA2E is #0325D1. Grayscale: #D1D1D1. Windows color (decimal): -206290 or 3070716. OLE color: 3070716.

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

Color convert

RGB 252 218 46 -
CMYK 0 0.13 0.82 0.01
HSL 50.1º 0.97% 0.58% -
HSV(B) 50.1º 0.82% 0.99% -
XYZ 65.71 71.04 12.83 -
YUV 208.56 36.26 158.99 -
System Red Green Blue C M Y K H S L
Decimal 252 218 46 0 0.13 0.82 0.01 50.1 0.97 0.58
Hex FC DA 2E 0 D 52 1 32 61 3A
Octal 374 332 56 0 15 122 1 62 141 72
Binary 11111100 11011010 101110 0 1101 1010010 1 110010 1100001 111010

Color Harmonies of #FCDA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA2E

Black with #FCDA2E

Text Example


Text Example

White with #FCDA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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