Html Css Color HEX #FCDB3E Gorse

📋 copy color: '#FCDB3E'

red 252 ◦ green 219 ◦ blue 62

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

Shades of Gorse #FCDB3E

Tints of Gorse #FCDB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.63%

R = 47.28%
G = 41.09%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCDB3E (or 0xFCDB3E) is known color: Gorse. HEX triplet: FC, DB and 3E. RGB value is (252,219,62). Sum of RGB (Red+Green+Blue) = 252+219+62=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 62 (24.61% from 255 or 11.63% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB3E is #0324C1. Grayscale: #D3D3D3. Windows color (decimal): -206018 or 4119548. OLE color: 4119548.

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

Color convert

RGB 252 219 62 -
CMYK 0 0.13 0.75 0.01
HSL 49.58º 0.97% 0.62% -
HSV(B) 49.58º 0.75% 0.99% -
XYZ 66.35 71.71 14.9 -
YUV 210.97 43.93 157.27 -
System Red Green Blue C M Y K H S L
Decimal 252 219 62 0 0.13 0.75 0.01 49.58 0.97 0.62
Hex FC DB 3E 0 D 4B 1 32 61 3E
Octal 374 333 76 0 15 113 1 62 141 76
Binary 11111100 11011011 111110 0 1101 1001011 1 110010 1100001 111110

Color Harmonies of #FCDB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB3E

Black with #FCDB3E

Text Example


Text Example

White with #FCDB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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