Html Css Color HEX #FCDB34 Gorse

📋 copy color: '#FCDB34'

red 252 ◦ green 219 ◦ blue 52

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

Shades of Gorse #FCDB34

Tints of Gorse #FCDB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.94%

R = 48.18%
G = 41.87%
B = 9.94%

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

#FCDB34 (or 0xFCDB34) is known color: Gorse. HEX triplet: FC, DB and 34. RGB value is (252,219,52). Sum of RGB (Red+Green+Blue) = 252+219+52=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 52 (20.70% from 255 or 9.94% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB34 is #0324CB. Grayscale: #D2D2D2. Windows color (decimal): -206028 or 3464188. OLE color: 3464188.

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

Color convert

RGB 252 219 52 -
CMYK 0 0.13 0.79 0.01
HSL 50.1º 0.97% 0.6% -
HSV(B) 50.1º 0.79% 0.99% -
XYZ 66.1 71.61 13.59 -
YUV 209.83 38.93 158.08 -
System Red Green Blue C M Y K H S L
Decimal 252 219 52 0 0.13 0.79 0.01 50.1 0.97 0.6
Hex FC DB 34 0 D 4F 1 32 61 3C
Octal 374 333 64 0 15 117 1 62 141 74
Binary 11111100 11011011 110100 0 1101 1001111 1 110010 1100001 111100

Color Harmonies of #FCDB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB34

Black with #FCDB34

Text Example


Text Example

White with #FCDB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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