Html Css Color HEX #FCDB3B Gorse

📋 copy color: '#FCDB3B'

red 252 ◦ green 219 ◦ blue 59

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

Shades of Gorse #FCDB3B

Tints of Gorse #FCDB3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.13%

R = 47.55%
G = 41.32%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCDB3B (or 0xFCDB3B) is known color: Gorse. HEX triplet: FC, DB and 3B. RGB value is (252,219,59). Sum of RGB (Red+Green+Blue) = 252+219+59=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 59 (23.44% from 255 or 11.13% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB3B is #0324C4. Grayscale: #D3D3D3. Windows color (decimal): -206021 or 3922940. OLE color: 3922940.

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

Color convert

RGB 252 219 59 -
CMYK 0 0.13 0.77 0.01
HSL 49.74º 0.97% 0.61% -
HSV(B) 49.74º 0.77% 0.99% -
XYZ 66.27 71.67 14.48 -
YUV 210.63 42.43 157.51 -
System Red Green Blue C M Y K H S L
Decimal 252 219 59 0 0.13 0.77 0.01 49.74 0.97 0.61
Hex FC DB 3B 0 D 4D 1 32 61 3D
Octal 374 333 73 0 15 115 1 62 141 75
Binary 11111100 11011011 111011 0 1101 1001101 1 110010 1100001 111101

Color Harmonies of #FCDB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB3B

Black with #FCDB3B

Text Example


Text Example

White with #FCDB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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