Html Css Color HEX #FCDA3E Gorse

📋 copy color: '#FCDA3E'

red 252 ◦ green 218 ◦ blue 62

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

Shades of Gorse #FCDA3E

Tints of Gorse #FCDA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.65%

R = 47.37%
G = 40.98%
B = 11.65%

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

#FCDA3E (or 0xFCDA3E) is known color: Gorse. HEX triplet: FC, DA and 3E. RGB value is (252,218,62). Sum of RGB (Red+Green+Blue) = 252+218+62=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 62 (24.61% from 255 or 11.65% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA3E is #0325C1. Grayscale: #D3D3D3. Windows color (decimal): -206274 or 4119292. OLE color: 4119292.

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

Color convert

RGB 252 218 62 -
CMYK 0 0.13 0.75 0.01
HSL 49.26º 0.97% 0.62% -
HSV(B) 49.26º 0.75% 0.99% -
XYZ 66.09 71.19 14.81 -
YUV 210.38 44.26 157.68 -
System Red Green Blue C M Y K H S L
Decimal 252 218 62 0 0.13 0.75 0.01 49.26 0.97 0.62
Hex FC DA 3E 0 D 4B 1 31 61 3E
Octal 374 332 76 0 15 113 1 61 141 76
Binary 11111100 11011010 111110 0 1101 1001011 1 110001 1100001 111110

Color Harmonies of #FCDA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA3E

Black with #FCDA3E

Text Example


Text Example

White with #FCDA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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