Html Css Color HEX #FCDB2D Gorse

📋 copy color: '#FCDB2D'

red 252 ◦ green 219 ◦ blue 45

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

Shades of Gorse #FCDB2D

Tints of Gorse #FCDB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.72%

R = 48.84%
G = 42.44%
B = 8.72%

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

#FCDB2D (or 0xFCDB2D) is known color: Gorse. HEX triplet: FC, DB and 2D. RGB value is (252,219,45). Sum of RGB (Red+Green+Blue) = 252+219+45=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 45 (17.97% from 255 or 8.72% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB2D is #0324D2. Grayscale: #D1D1D1. Windows color (decimal): -206035 or 3005436. OLE color: 3005436.

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

Color convert

RGB 252 219 45 -
CMYK 0 0.13 0.82 0.01
HSL 50.43º 0.97% 0.58% -
HSV(B) 50.43º 0.82% 0.99% -
XYZ 65.95 71.55 12.82 -
YUV 209.03 35.43 158.65 -
System Red Green Blue C M Y K H S L
Decimal 252 219 45 0 0.13 0.82 0.01 50.43 0.97 0.58
Hex FC DB 2D 0 D 52 1 32 61 3A
Octal 374 333 55 0 15 122 1 62 141 72
Binary 11111100 11011011 101101 0 1101 1010010 1 110010 1100001 111010

Color Harmonies of #FCDB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB2D

Black with #FCDB2D

Text Example


Text Example

White with #FCDB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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