Html Css Color HEX #FCDB2F Gorse

📋 copy color: '#FCDB2F'

red 252 ◦ green 219 ◦ blue 47

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

Shades of Gorse #FCDB2F

Tints of Gorse #FCDB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.07%

R = 48.65%
G = 42.28%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCDB2F (or 0xFCDB2F) is known color: Gorse. HEX triplet: FC, DB and 2F. RGB value is (252,219,47). Sum of RGB (Red+Green+Blue) = 252+219+47=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 47 (18.75% from 255 or 9.07% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB2F is #0324D0. Grayscale: #D1D1D1. Windows color (decimal): -206033 or 3136508. OLE color: 3136508.

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

Color convert

RGB 252 219 47 -
CMYK 0 0.13 0.81 0.01
HSL 50.34º 0.97% 0.59% -
HSV(B) 50.34º 0.81% 0.99% -
XYZ 65.99 71.56 13.02 -
YUV 209.26 36.43 158.49 -
System Red Green Blue C M Y K H S L
Decimal 252 219 47 0 0.13 0.81 0.01 50.34 0.97 0.59
Hex FC DB 2F 0 D 51 1 32 61 3B
Octal 374 333 57 0 15 121 1 62 141 73
Binary 11111100 11011011 101111 0 1101 1010001 1 110010 1100001 111011

Color Harmonies of #FCDB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB2F

Black with #FCDB2F

Text Example


Text Example

White with #FCDB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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