Html Css Color HEX #FCDB2E Gorse

📋 copy color: '#FCDB2E'

red 252 ◦ green 219 ◦ blue 46

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

Shades of Gorse #FCDB2E

Tints of Gorse #FCDB2E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.36%

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

R = 48.74%
G = 42.36%
B = 8.9%

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

#FCDB2E (or 0xFCDB2E) is known color: Gorse. HEX triplet: FC, DB and 2E. RGB value is (252,219,46). Sum of RGB (Red+Green+Blue) = 252+219+46=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 46 (18.36% from 255 or 8.90% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB2E is #0324D1. Grayscale: #D1D1D1. Windows color (decimal): -206034 or 3070972. OLE color: 3070972.

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

Color convert

RGB 252 219 46 -
CMYK 0 0.13 0.82 0.01
HSL 50.39º 0.97% 0.58% -
HSV(B) 50.39º 0.82% 0.99% -
XYZ 65.97 71.56 12.92 -
YUV 209.15 35.93 158.57 -
System Red Green Blue C M Y K H S L
Decimal 252 219 46 0 0.13 0.82 0.01 50.39 0.97 0.58
Hex FC DB 2E 0 D 52 1 32 61 3A
Octal 374 333 56 0 15 122 1 62 141 72
Binary 11111100 11011011 101110 0 1101 1010010 1 110010 1100001 111010

Color Harmonies of #FCDB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB2E

Black with #FCDB2E

Text Example


Text Example

White with #FCDB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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