Html Css Color HEX #FADC3D Gorse

📋 copy color: '#FADC3D'

red 250 ◦ green 220 ◦ blue 61

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

Shades of Gorse #FADC3D

Tints of Gorse #FADC3D

RGB

 RED value IS 250 (98.05% from 255) = 47.08%

 GREEN value IS 220 (86.33% from 255) = 41.43%

 BLUE value IS 61 (24.22% from 255) = 11.49%

R = 47.08%
G = 41.43%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FADC3D (or 0xFADC3D) is known color: Gorse. HEX triplet: FA, DC and 3D. RGB value is (250,220,61). Sum of RGB (Red+Green+Blue) = 250+220+61=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 61 (24.22% from 255 or 11.49% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC3D is #0523C2. Grayscale: #D3D3D3. Windows color (decimal): -336835 or 4054266. OLE color: 4054266.

HSL color Cylindrical-coordinate representation of color #FADC3D: hue angle of 50.48º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FADC3D is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 220 61 -
CMYK 0 0.12 0.76 0.02
HSL 50.48º 0.95% 0.61% -
HSV(B) 50.48º 0.76% 0.98% -
XYZ 65.86 71.85 14.81 -
YUV 210.84 43.44 155.93 -
System Red Green Blue C M Y K H S L
Decimal 250 220 61 0 0.12 0.76 0.02 50.48 0.95 0.61
Hex FA DC 3D 0 C 4C 2 32 5F 3D
Octal 372 334 75 0 14 114 2 62 137 75
Binary 11111010 11011100 111101 0 1100 1001100 10 110010 1011111 111101

Color Harmonies of #FADC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC3D

Black with #FADC3D

Text Example


Text Example

White with #FADC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC3D; }

 p { color: rgb(250,220,61); }

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

background-color css

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

 a { background-color: rgb(250,220,61); }

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

border-color css

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

 span { border-color: rgb(250,220,61); }

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