Html Css Color HEX #FCDB36 Gorse

📋 copy color: '#FCDB36'

red 252 ◦ green 219 ◦ blue 54

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

Shades of Gorse #FCDB36

Tints of Gorse #FCDB36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.29%

R = 48%
G = 41.71%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCDB36 (or 0xFCDB36) is known color: Gorse. HEX triplet: FC, DB and 36. RGB value is (252,219,54). Sum of RGB (Red+Green+Blue) = 252+219+54=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 54 (21.48% from 255 or 10.29% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB36 is #0324C9. Grayscale: #D2D2D2. Windows color (decimal): -206026 or 3595260. OLE color: 3595260.

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

Color convert

RGB 252 219 54 -
CMYK 0 0.13 0.79 0.01
HSL 50º 0.97% 0.6% -
HSV(B) 50º 0.79% 0.99% -
XYZ 66.14 71.62 13.83 -
YUV 210.06 39.93 157.92 -
System Red Green Blue C M Y K H S L
Decimal 252 219 54 0 0.13 0.79 0.01 50 0.97 0.6
Hex FC DB 36 0 D 4F 1 32 61 3C
Octal 374 333 66 0 15 117 1 62 141 74
Binary 11111100 11011011 110110 0 1101 1001111 1 110010 1100001 111100

Color Harmonies of #FCDB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB36

Black with #FCDB36

Text Example


Text Example

White with #FCDB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB36; }

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

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

background-color css

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

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

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

border-color css

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

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

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